I have a Sony DSC-QX100 with the latest firmware (v3.00) installed. When I send the API call "setShutterSpeed" to the device with any parameter, the result I get is successful return value of 0 in the "result" object of the response JSONArray, which should mean that the call is successful. Yet when I check this with the API call "getShutterSpeed", it always returns the same value ("1/30") as if the shutter speed did not change. Also, when I send the API call "getAvailableShutterSpeed" it always returns an empty list. What could the problem be?
Asked
Active
Viewed 316 times
0
-
have you verified that your camera model actually supports changing the shutter speed? – katzenhut May 21 '14 at 21:52
-
Yes, it is listed in the documentation as a device that supports that with the latest firmware. – Alex May 21 '14 at 22:17
1 Answers
1
The problem was that the exposure mode was set to "aperture" which means that only the "F number" setting could be manually set. Changing the exposure mode to "shutter" allows the shutter speed to be manually set. Changing it to "intelligent auto" prevents shutter speed, F number, and ISO speed rate from being set manually.

Alex
- 877
- 5
- 10