The Sony Remote API, AvailableAPI List, does not show all the supported methods claimed by sony

时间:2015-06-25 18:14:05

标签: sony-camera-api

I have successfully implemented the Sony Remote API in c# on windows. It works well with the QX10. However, I was asked to use the implementation with the DSC-HX90V and the ILCE-5000.

How do I put the HX90V and the ILCE-5000 in a mode that will allow me to use them the same way I use the QX10?

The SSID is not always broadcast.

The SSID will broadcast if I put the camera into the Smart Remote Embedded mode.

I can connect to the cameras and get the AvailableAPI List but that list does not contain the supported feature your "Supported API features for each compatible camera" table says it supports. That table is shown at https://developer.sony.com/develop/cameras/

How do I put these cameras in a mode that supports the supported features? If I can not, I would like to know that.

1 个答案:

答案 0 :(得分:0)

start_cMode函数未列在QX10的可用api列表中。

在DSC-HX90V和ILCE-5000的短7元可用api列表中找到。

一旦我在摄像机上调用startRecMode,我就需要再次获取可用的api列表。 新的可用api列表是功能的完整列表。

一切都很好。