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.
我想知道是否可以使用 gstreamer 捕获帧并使用 opencv 显示它,或者是否有人有技巧在 gstreamer(或其他一些库)中执行等效于 cvWaitKey 的任何帮助将不胜感激!
提前致谢
您可以在管道中使用 Appsink 来获取缓冲区(最终使用 tee !queue !appsink)。然后,如果您愿意,可以将缓冲区中的图像与 opencv 函数一起使用。