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.
我有一台索尼 IPELA snc-ch180 相机。这是一个网络摄像机。有没有办法可以将实时图像中的所有帧保存到我的硬盘上?
知道什么软件可以做到这一点。
是的你可以。您需要检查相机参考并找出支持的协议,其中一些可能是众所周知的(或者,您可以使用网络嗅探器对它们进行逆向工程)。然后您实现一个连接到相机并接收视频流的客户端。收到它后,您对其进行解析,将其解码为帧,必要时解压缩/重新压缩并保存到硬盘驱动器。