简体   繁体   English

如何在一个窗口中显示多个视频流

[英]How to display multiple video stream in one window

I am trying some video processing exercises, and wondering if there is a way to display multiple video streams into one window a la pyplot.subplot command for the images. 我正在尝试一些视频处理练习,并且想知道是否有一种方法可以将la pyplot.subplot命令将多个视频流显示到一个窗口中。

I've tried using subplot syntax, but using it freezes the program, so any alternative source would be much appreciated. 我尝试使用子图语法,但是使用它会冻结程序,因此,任何其他来源都将不胜感激。

It is possible to display multiple videos(eg 2-videos can be displayed for dual core processor) at a time for that you have use OpenMP. 使用OpenMP时,可以一次显示多个视频(例如,可以为双核处理器显示2个视频)。 It is possible if your using opencv. 如果您使用的是opencv,则是可能的。 And it is pretty easy Only you have to enable OpenMp in your property sheet. 这很容易,只有您必须在属性表中启用OpenMp。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM