我似乎無法使用API開始拍照。我可以調用幾個信息API調用,但似乎像相機卡住了。下面是我在做什麼:初始化索尼相機API - 相機卡住
- 啓動SMART在RX-10 M2(最新版本)
- 連接遠程控制相機的WiFi。
- 相機顯示連接...和卡有
- 呼叫http://camera_ip:/sony/camera/getEvent
- 獲取cameraStatus:不看書(以下全部結果)
- 呼叫getAvailableCameraFunction,我回來
Other Function
- 呼叫actTakePicture,我拿回
Not Available Now
如何讓相機準備好開始拍照?我究竟做錯了什麼?
getEvent的結果:
{ "result": [ { "type": "availableApiList", "names": [ "getVersions", "getMethodTypes", "getApplicationInfo", "getAvailableApiList", "getEvent", "getSupportedCameraFunction", "startRecMode", "stopRecMode", "getCameraFunction", "getAvailableCameraFunction" ] }, { "cameraStatus": "NotReady", "type": "cameraStatus" }, null, { "type": "liveviewStatus", "liveviewStatus": false }, null, [], [], null, null, null, [], null, { "cameraFunctionCandidates": [ "Contents Transfer", "Remote Shooting" ], "type": "cameraFunction", "currentCameraFunction": "Remote Shooting" }, null, null, null, null, null, null, { "postviewImageSizeCandidates": [ "2M" ], "type": "postviewImageSize", "currentPostviewImageSize": "2M" }, null, { "shootModeCandidates": [ "still" ], "type": "shootMode", "currentShootMode": "still" }, null, null, null, null, null, null, null, null, null, null, null, { "type": "whiteBalance", "currentColorTemperature": 0, "checkAvailability": true, "currentWhiteBalanceMode": "" }, { "type": "touchAFPosition", "currentTouchCoordinates": [], "currentSet": false } ], "id": 1 }