我目前正在研究Sony Remote Camera Control API Beta的Clojure包装。
getAvailableApiList函数说“可用”的一些函数看起来不可用
(返回IllegalArgumentException No matching field found
错误。)
我缺少API文档吗? 如果是这样,有人可以引导我到文件的相应部分吗? 如果没有,我想知道这些功能将在哪个版本中发挥作用 特别是,我感兴趣的是“(get | set)BeepMode”,“(get | set)StillSize”,setExposureMode等等。
我附上了完整的功能列表,这些功能看起来无法参考。[1]
最好的。
OS
语言
爪哇
编辑
“getMethodTypes”,
“setSelfTimer”,
“getSelfTimer”,
“getSupportedSelfTimer”,
“getAvailableSelfTimer”,
“setPostviewImageSize”,
“getPostviewImageSize”,
“getSupportedPostviewImageSize”,
“getAvailablePostviewImageSize”,
“setExposureMode”,
“getExposureMode”,
“getSupportedExposureMode”,
“getAvailableExposureMode”,
“setBeepMode”,
“getBeepMode”,
“getSupportedBeepMode”,
“getAvailableBeepMode”,
“setCameraFunction”,
“getCameraFunction”,
“getSupportedCameraFunction”,
“getAvailableCameraFunction”,
“setStillSize”,
“getStillSize”,
“getSupportedStillSize”,
“getAvailableStillSize”,
“actFormatStorage”,
“getStorageInformation”,
“setTouchAFPosition”,
“cancelTouchAFPosition”,
“getTouchAFPosition”,
“getSupportedExposureCompensation”,
“getSupportedWhiteBalance”,
“getVersions”,
答案 0 :(得分:0)
您可能没有使用支持这些功能的相机。这是Sony的capability chart
答案 1 :(得分:0)
auth之后可以使用一些未记录的API。您可以在第144到151行查看QX100的完成情况:https://github.com/Tsar/sony_qx_controller/blob/master/sony_qx_controller.py#L144