Sony QX10 - Remote API SDK

半城伤御伤魂 提交于 2019-12-25 12:14:42

问题


Is it possible to control the Sony QX10/100, using the Sony’s Camera Remote API SDK from C++ Windows program?

Thank you for your patience and time...


回答1:


Yes, that should be possible. See https://developer.sony.com/develop/cameras/ for more details.




回答2:


I answered your question on this related other question, maybe you would want to check it out ?

Windows compatibility with the Sony Camera Remote API




回答3:


The API works with any device on any OS and programming language, it's just http calls and camera discovery needs some basic socket listening. Though to make it easy to connect to the camera, the device you're connecting from, should support Wi-Fi Direct : http://en.wikipedia.org/wiki/Wi-Fi_Direct

The problem is that these APIs are incredibly simplistic. No way to transfer/delete images off the memory card, can't take pictures without a memory card, can't add a custom streaming service, (only USTERAM is supported), the device doesn't have an 'always on' mode so you need to physically walk up and turn-on/reset (for cameras where this makes sense like the AS100V). It's like Sony has one guy in the basement working on this.



来源:https://stackoverflow.com/questions/22478469/sony-qx10-remote-api-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!