我正在使用Sony Camera a6500和Sony Camera Remote API SDK。
根据文档,我可以使用a6500 API传输录制的电影。 当我调用方法getAvailableApiList时(在统计之后,我有这些方法:
0:"getVersions"
1:"getMethodTypes"
2:"getApplicationInfo"
3:"getAvailableApiList"
4:"getEvent"
5:"stopRecMode"
6:"startMovieRec"
7:"startLiveview"
8:"stopLiveview"
9:"setShootMode"
10:"getShootMode"
11:"getAvailableShootMode"
12:"getSupportedShootMode"
13:"setExposureCompensation"
14:"getExposureCompensation"
15:"getAvailableExposureCompensation"
16:"getSupportedExposureCompensation"
列出和传输相机电影的方法都没有列出(getSchemeList,getSourceList,getContentList,setCameraFunction ...)。 我已经尝试过这些方法,但是我遇到了一个无效的方法错误(12)。
我也尝试到达avContent端点,但没有取得更多成功。
是否有另一种方法可以使用远程API传输6500相机文件?
答案 0 :(得分:2)
好的,我找到了解决方案:您必须将智能远程应用程序更新到上一版本以获得新方法和新API(1.0到1.4)。
将相机连接到Sony Play Memories Camera App Store并更新应用程序。找到http://briansmith.com/how-to-update-sony-play-memories-camera-apps/