使用Sony Camera Remote API从多个Sony A7RII摄像机获取文件 [英] Get files from multiple Sony A7RII Cameras with the Sony Camera Remote API

查看:264
本文介绍了使用Sony Camera Remote API从多个Sony A7RII摄像机获取文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从20台Sony A7RII照相机中下载图像到计算机,而不必从20台照相机中获取存储卡。我不需要同步触发,我知道这不可能通过软件实现。我不需要发现服务,我可以自己找到IP地址。

I would like to download images from 20 Sony A7RII cameras, to a computer, without having to get the memory cards from the 20 cameras. I do not need to synchronize the triggering, I know this is not possible via software. I do not need the discovery service, I can figure the ip addresses myself.

我需要能够读取图像列表并下载图像。更好的是在有新图像可用时获得通知。索尼SDK是否仅限于单个摄像机?确实只有通过WIFI的HTTP Pull API,还是有任何方法可以通过USB连接到这些摄像机。

I need to be able to read the image list and download images. Even better would be to get a notification when new images are available. Is the Sony SDK limited to a single camera? Is there really only an HTTP pull API via WIFI, or is there any way to connect to these cameras, via USB for example.

使用佳能SDK非常容易,我正在寻找一种适用于索尼alpha相机的类似解决方案。

This is very easy to do with the Canon SDK, I'm looking for a similar solution for Sony alpha cameras.

推荐答案

您可以将所有20个摄像机连接到一个wifi-AP,然后使用PTP / IP同时连接到所有摄像机。

You can connect all 20 cameras to one wifi-AP and then use PTP/IP to connect to all cameras at the same time.


  • PTP / IP支持在新图片上提供事件消息,但不确定索尼是否支持

  • 或者,您可以保持连接打开并定期进行拉动以检查新文件

  • PTP还支持启动捕获(尽管我还没有尝试过A7RII),但是您必须确保自己同步

如果您使用的是Java,则可以使用我的 PTP / IP实现,已在Sony A7上进行了明确测试。

If you're using Java, you could use my PTP/IP implementation which is explicitly tested with the Sony A7.

(免责声明:我仅在A7上尝试过此操作,但假设A7RII支持相同的协议。)

(Disclaimer: I have tried this only with the A7 but am assuming that the A7RII supports the same protocol.)

这篇关于使用Sony Camera Remote API从多个Sony A7RII摄像机获取文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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