0
Sony Camera API(バージョン:Firmware 3.3、PlayMemories 4.31、API 2.40)を使用してSony Alpha 7IIの露出補正を変更する必要があります。setExposureCompensationは "不正な引数"を返します
三つのコマンド:
- getAvailableExposureCompensation(結果:[0,15、-15,1])、
- getSupportedExposureCompensation(結果:[15]、[ - 15]、[1] ])、
- getExposerCompensation(結果:[0])
正しい応答オブジェクトを返すしています。
コマンドsetExposureCompensation:
- ( "{\" メソッド\ ":\" setExposureCompensation \」、\ "paramsは\" [\ "2 \"]、\ "のID \":1 、\ "バージョン\":\ "1.0 \"} ")
応答で失敗:
- "{\" のID \":1、\ "エラー\":[3 、 "不正な引数\"]} ""
構文と値に関しては、なぜ失敗するのかわかりません。何か案は?任意のヒント、 のYvo
setExposureCompensationがサポートされているかどうかを確認するために「getAvailableApiList」を呼び出してみましたか? – mldeveloper
はい、しました。私が得た応答は、setExposureCompensationメソッドを含んでいました:_ {"result":[[...、 "setExposureCompensation"、 "getExposureCompensation"、 "getAvailableExposureCompensation"、 "getSupportedExposureCompensation"、...]] "id":1} _ –