Languages

Menu
Sites
Language
Information on available camera settings

I would like to know the available cameraSettings values. Your test application mentions,

cameraSettings = storage.get(STORAGE_SETTINGS_KEY);

....

cameraSettings.pictureFormat = pictureFormats[0];

 

Just like pictureFormat, what are all the possible settings which we can set. Basically I want to disable shutter sound for my camera based app.

Regards,

Santosh

Responses

2 Replies
Alex Dem

Нi,
All I have found regarding Camera for Tizen Web is:
how to get camera stream via navigator.getUserMedia or navigator.webkitGetUserMedia (see selfCamera Web app).
Alexey.

AVSukhov

Hello,

All settings can be found in the documentation:

Tizen Wearable IDE -> Help -> Help Contents -> API References -> Supplementary API Reference

But among these settings is not possible to disable shutter sound.