Recently I went thru the code for accessing the camera using flash ActionScript3 and I have tested the code in iMac machine, iPhone and Android.
Now based on this, I am developing an application for Android which includes the accessibility of the front camera.
Now my Problem is I dont know how to access the front camera?
We should use some other code or should we specify which camera should be accessed?
First of all, can we access the front camera thru flash?
Currently, AIR only supports access to the primary camera on an Android device.
http://forums.adobe.com/thread/849983
Official documentation: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html#getCamera()
“On Android devices, you can only access the rear-facing camera.”