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

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -