Based on this article, I’m trying do capture the photo from camera on Android Emulator. I followed the instructions as per they said. But I didn’t get the positive result.
I’m getting the Player is null, while I’m running the WebcamBroadcaster.java(Java Application).
Is anyone achieve this before? If yes, Just let me how to do.
Or
Is there any other option to capture the photo from camera on Android Emulator?
In Android emulator 2.1 my code is working to capture image but not working in others version of android
To start camera for capture you can start camera for capture using below intent filter
After capturing you will get the image as bitmap so you need to get activity result
Edit:
Now almost in all the emulators this code is working.