Thamizh
Thamizh

Reputation: 574

How to show multiple video frames in a single window using python opencv2

I wants to show multiple video frames in a single window.
When I google for this, I have found a similar site :
http://devblog.michalski.im/2012/05/18/combine-multiple-video-frames-into-one-using-opencv/.
But I need the code in python opencv2. I hope it is possible in python opencv2. Can anyone help me by giving a sample code or idea ...? Thanks...

Upvotes: 2

Views: 11422

Answers (1)

Thamizh
Thamizh

Reputation: 574

I followed the below link and got the correct answer for videos.
Thanks to "Vipul Sharma" & "Haris" for their help to get the answer.
And Thanks to "Abid Rahman K" for his answer.
Link : Is it possible to have black and white and color image on same window by using opencv?
Thank you friends.

Upvotes: 3

Related Questions