For years I have been asking for an object to Have the Android Camera appear in our mmf2.5 dev apps, to no avail.
For years I have searched this forum for any clue to make it work.
As Android changed, so did permissions and such. Which ended up making it even harder to figure out a way to do it.
Well, fellow Clickers. I have found a way to do this. It is a Odd and round about way, but it works flawlessly.
HOW TO IMPLEMENT A CAMERA DISPLAY INTO YOUR APPS:
1) You need a URL with Camera Abilities for Android. You can use this one I made for everyone to test with. Please login to see this link.
2) Use WEBVIEW 2 for your Display Screen in app
3) Use the ANDROID CAMERA to trigger the Permission needed to use your Camera in your device you are testing on ( Make sure you have the Camera Permission set in your runtime )
4) Direct WEBVIEW 2 to the url I provided I.E. Start of Frame, Click a button, etc...
That's about it
Now just compile your app and run it.
Below is a sample implemented with buttons and such.
Please login to see this media element.
Hope this helps you out!!!