Languages

Menu
Sites
Language
camera feature support for Tizen
I'd like to leverage the built-in camera to capture images, what web
API should I use?  I've tried to call platform service operation
"http://tizen.org/appcontrol /operation/create_content" with mime type
"image/jpeg", but the camera app never been launched.

Responses

3 Replies
Raghu Kona
Hi eric, The current SDK 2.0 is a alpha release and does n't provide any camera related API's. The Tizen 2.0 Magnolia is planned in the mid of Jan, 2013 which would have Native APIs, more Web APIs, Security Enhancements, etc. Please check for the updates on the next release.
john Smith
Hi Eric The Current SDK there is no API for supporting camera feature,But you can use getUserMedia w3c API which support camera feature. Thanks
wil smith
As such there is no direct API available, but tizen.application.launchService() could be used for the same with appropriate camera AppId(if your device has preinstalled camera application). I would suggest you to go through the sample app "Appservice" for better understanding on launchService() API.