QX1, Manual Shoot mode (M) via API

前端 未结 3 880
予麋鹿
予麋鹿 2021-02-06 18:36

Very need M (Manual) Exposure mode on QX1. I was searching for an answer to the my question, but don\'t found the exact answer. Can I choose the full manual Exp

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-06 19:10

    It seems you can. Per the table here, you can set the Exposure Mode on the QX1. You can use the setExposureMode API method with something like the following JSON:

    {
        "method": "setExposureMode",
        "params": ["Manual"],
        "id": 1,
        "version": "1.0"
    }
    

    Source:

    API Reference downloaded from https://developer.sony.com/develop/cameras/get-started/

提交回复
热议问题