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