我想使用树莓派 3 和 ubuntu mate 控制理光 theta 360 相机。我通过 apt-get 和 ptp build 从源代码获得了 gphoto2。我还安装了 theta 的最新固件版本。此外,曝光程序设置为 1(手动程序)或 4(快门优先程序)。
手动设置快门速度我尝试了以下方法:
使用 ptpcam:
ptpcam --set-property=0xD00F --val=\x01\x00\x00\x00\x01\x00\x00\x00
回复:
Camera: RICOH THETA S
'UNKNOWN' is set to:
Changing property value to x01x00x00x00x01x00x00x00 [(null)] FAILED!!!
使用 gphoto2:
gphoto2 --set-config shutterspeed=0.1
回复:
*** Error ***
The shutterspeed widget is not configurable.
*** Error (-2: 'Bad parameters') ***