从 c++ 控制闪光系统程序
我目前正在构建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该是可以的;驱动程序指南指出该驱动程序实际上是一个 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.