getSupportedFlashMode返回403错误 [英] getSupportedFlashMode returning 403 error

查看:200
本文介绍了getSupportedFlashMode返回403错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是Sony支持的问题,或任何其他可能知道的人。

This is a question for Sony support, or anyone else who might know.

我正在使用Sony Remote Camera API开发Android应用程式。相机是索尼RX-10,它不在官方支持的设备列表,但使用基本功能(缩放,拍照),并返回支持的API调用的列表。在支持的API调用之间的闪存模式调用像setFlashMode和getSupportedFlashMode,但是当我尝试调用它们,他们返回403错误,禁止。 (当我做的调用不在getAvailableAPIList列表中,我得到错误12,没有这样的方法。)为什么flash调用返回403?

I'm developing an Android app using the Sony Remote Camera API. The camera is the Sony RX-10, which isn't on the official list of supported devices but does work with basic functionality (zoom, take photo) and does return a list of supported API calls. Among the supported API calls are flash mode calls like setFlashMode and getSupportedFlashMode, but when I try calling them they return 403 errors, "Forbidden". (When I make calls that aren't in the "getAvailableAPIList" list I get error 12, "No Such Method".) Why are the flash calls returning 403?

感谢

推荐答案

我们创建的应用程序,问题是,RX10只能工作在自动模式通过SDK。 AUTO模式不支持除auto之外的任何闪存设置,因此它忽略 get / setFlashMode 命令。

We worked extensively on the RX10 for a photobooth app that we created, and the issue is that the RX10 only works in AUTO mode via the SDK. AUTO mode doesn't support any flash settings other than auto, so it ignores the get/setFlashMode commands.

最后,我们切换到A6000,它支持其他曝光模式,允许 get / setFlashMode 命令正常工作。

Ultimately we switched to the A6000 which does support other exposure modes that allow the get/setFlashMode commands to work correctly.

这篇关于getSupportedFlashMode返回403错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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