从 c++ 控制闪光系统程序

发布于 2024-11-27 14:02:52 字数 420 浏览 1 评论 0原文

我目前正在构建一个 C++ 程序(使用 Qt)来从相机设备拍照。这部分实际上已经完成了,现在我需要以自动方式控制分成两组的8个闪光灯。

我已经使用的闪光灯来自 ELINCHROM http://www.elinchrom.com/ 和这个 设备似乎非常适合我的需要,但我不能在任何地方找到一种从不同的地方控制它的方法应用比爱玲珑建议的一种。

你知道我打算做的事情是否可能吗?如果其他品牌存在解决方案,我也会采用。

预先感谢您的回复,请原谅我的英语。

I'm currently building a c++ program (with Qt) to take picture from a camera device. This part is actualy done, now I need to control 8 flashs divided in two groups in an automatic way.

The flash I already use are from ELINCHROM http://www.elinchrom.com/ and this device seems to be perfect for what I need but I could not find anywhere a way to control it from a different application than the one elinchrom propose.

Do you know if what I intend to do is even possible? If a solution exist with another brand I will also take it.

Thank you in advance for any replies, and please excuse my english.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热鲨 2024-12-04 14:02:52

应该是可以的;驱动程序指南指出该驱动程序实际上是一个 USB 串行端口驱动程序。这意味着您可以对协议进行逆向工程。

Should be possible; the driver guide states that the driver is really a USB serial port driver. That means you can probably reverse-engineer the protocol.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文