Vs2017, Xamarin app, in emulator, I want webcam to be emulators camers, Android at the moment but will need IOS and UWP as well.
I've set the camera permissions in the apps, the emulated camera works fine.
I added the property hw.camera = true and hw.camera.front and hw.camera.back are both set to webcam0
my webcam is added and works
How do I get the emulator (in this case android) to see my webcam as the camera?
I can find "answers" for Android studio, and Xamarin studio, but am unable to figure out how to apply them to visual studio 2017.