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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -