integrate webcam on windows phone 8 emulator -


can integrate pc webcam on wp8emulator?

i developing app use de phone camera , don't have real device try on .

void cam_initialized(object sender, microsoft.devices.cameraoperationcompletedeventargs e)         {             if (e.succeeded)             {                 this.dispatcher.begininvoke(delegate()                 {                       //camera fost initializata }); 

i hope can find code .

that not work. emulator's camera ever output black screen. need real device test camera based apps correctly. sadly, there isn't method work around knowledge.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -