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.
我注意到来自我的网络摄像头的原始数据来自 YUY2。实际上,这个“原始数据”是 AVICAP 回调的输入,我想这是来自网络摄像头的实际数据。
无论如何,所有网络摄像头都使用 YUY2 格式,还是我也应该期待不同的格式?
YUY2/YUYV 可能是最常见的。我还看到了使用 MJPEG 的网络摄像头,但不太常见。涵盖这两者将处理大多数非网络(Java 或其他)风格的网络摄像头。