Hi,
I am doing a game based on mobile's secondary (front) camera. Is there any API for detecting the secondary camera in Flash Lite? I am expecting the result ASAP. Could you please help?
Thanks in advance,
:)
Printable View
Hi,
I am doing a game based on mobile's secondary (front) camera. Is there any API for detecting the secondary camera in Flash Lite? I am expecting the result ASAP. Could you please help?
Thanks in advance,
:)
Hi sisnokia,
Welcome to Flash Lite Dibo!
[QUOTE]I am doing a game based on mobile's secondary (front) camera. Is there any API for detecting the secondary camera in Flash Lite? I am expecting the result ASAP. Could you please help?[/QUOTE]
Currently, Flash Lite doesn't provide any actionscript API to access Front Camera . You can use API Bridge in Flash Lite to access camera but i think the secondary camera only.
[URL="http://wiki.forum.nokia.com/index.php/Flash_Lite_API_Bridge_Interface"]Flash_Lite_API_Bridge_Interface[/URL]
The maximum u can do with API Bridge is take a video or image and then get a path of that image/video in your flash content .If u want to do more then that than i recommend you to go for either Python or Symbian C++/Qt.
Here is one a project developed using front camera but it is not in Flash Lite but in Qt+Symbian C++ :
[URL="https://projects.forum.nokia.com/QtMirror"]QtMirror[/URL]
Best Regards,
SajiSoft
Hi,
Thanks for your information.