Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我们需要一个 UDP 套接字来发现设备,并且由于 javascript 似乎不支持 UDP,因此是否可以使用基于 javascript 的移动应用程序(非本机)连接到 Sony Camera Remote API。
正如评论中所说,您可以使用 Cordova 进行 SSDP 发现。
但是,据我所知,API 是基于 HTTP 的。因此,如果您不需要发现(可以手动写入IP地址和端口),那么这应该是可以做到的。
你有没有在这个项目中取得任何进展?我有兴趣获得一些 LiveView 并使用 Javascript 控制相机。