QX1,手动拍摄模式(M)通过API [英] QX1, Manual Shoot mode (M) via API

查看:393
本文介绍了QX1,手动拍摄模式(M)通过API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Qx1上需要 M (手动)曝光模式。我正在寻找答案的我的问题,但没有找到确切的答案。我可以通过API在QX1上选择完全手动曝光模式吗?

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 Exposure mode on QX1 via API?

推荐答案

您应该使用 getAvailableExposureMode getSupportedExposureMode API方法检索支持的 setExposureMode

You are supposed to use the getAvailableExposureMode or getSupportedExposureMode API methods to retrieve the supported modes (and optionally display them to the user), then use one of only those modes in setExposureMode.

手动 strong>模式不受QX1摄像机支持,因此它不是由getSupported / Available方法返回的,这就是为什么API会向 setExposureMode 调用返回错误。

But Manual mode is not supported by the QX1 camera, so it's not returned by the getSupported/Available methods and that's why the API returns the error to the setExposureMode call.

该API旨在支持具有多个不同功能的几个SONY相机。对于每个属性,您都有以下API方法:

The API is intended to support several SONY cameras with several different features. For each property you have the following API methods:


  • getSupportedProperty - 返回相机支持的属性值

  • getProperty - >返回属性的实际值

  • setProperty <允许为属性设置新值

  • getAvailableProperty - >返回当前值和支持的值。

  • getSupportedProperty -> Returns the property values supported by the camera.
  • getProperty -> Returns the actual value for the property
  • setProperty -> Allows to set a new value for the property
  • getAvailableProperty -> Returns current value and supported values.

这样,如果应用程序编码良好,它将支持所有的摄像机。

That way, if the app is well coded it will support all the cameras.

因此,它不是一个API问题,固件一。

So, it's not an API problem but a firmware one. The current firmware for the QX1 does not support Manual mode.

目前还没有官方的固件更新版本:(

There's not an official firmware update yet :(

https://esupport.sony .com / US / p / model-home.pl?mdl = ILCEQX1& LOC = 3#/ downloadTab

这篇关于QX1,手动拍摄模式(M)通过API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆