Unix 如何使用gphoto或ptpcam通过USB设置理光θS的快门速度?

Unix 如何使用gphoto或ptpcam通过USB设置理光θS的快门速度?,unix,android-camera,libgphoto2,theta360,Unix,Android Camera,Libgphoto2,Theta360,我想用树莓皮3和UbuntuMate控制理光西塔360相机。我从源代码通过apt get和ptp构建获得了gphoto2。我还安装了theta的最新固件版本。此外,曝光程序被设置为1手动程序或4快门优先程序 要手动设置快门速度,我尝试了以下操作: 使用ptpcam: ptpcam --set-property=0xD00F --val=\x01\x00\x00\x00\x01\x00\x00\x00 答复: Camera: RICOH THETA S 'UNKNOWN' is

我想用树莓皮3和UbuntuMate控制理光西塔360相机。我从源代码通过apt get和ptp构建获得了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!!!
   *** Error ***              
   The shutterspeed widget is not configurable.
   *** Error (-2: 'Bad parameters') *** 
使用gphoto2:

   gphoto2 --set-config shutterspeed=0.1
答复:

   Camera: RICOH THETA S
   'UNKNOWN' is set to: 
   Changing property value to x01x00x00x00x01x00x00x00 [(null)] FAILED!!!
   *** Error ***              
   The shutterspeed widget is not configurable.
   *** Error (-2: 'Bad parameters') *** 

我在github从Jason Charcalla那里找到了一个非常有用的脚本

在这里,可以按照如下方式发送原始通用请求:

   ptpcam -R 0x1016,0xd00f,0,0,0,0,shutter.bin
使用仅包含十六进制格式的快门时间的shutter.bin文件

答复:

   01 00 00 00 04 00 00 00                         - ........        
   --------------------
   Camera: RICOH THETA S
   Sending generic request: reqCode=0x1016, params=[0x0000d00f,0x00000000,0x00000000,0x00000000,0x00000000]
   PTP: response OK
这看起来不错。最后,你可以照下面的图片

   gphoto2 --capture-image-and-download
下面是上的Jason Charcalla脚本,其中有一个已编辑的README.md文件,其中包含有关

从笔记本电脑通过wifi连接 多个标志,带有调整日光、阴影、多云日光等示例 示例屏幕截图也包括在内