Skip to content

Vamsi-Reddy/Virtual-TV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-TV

Creating a virtual tv using opencv in python3.

In order to run the code follow the below given steps:

  1. Make sure the desired videos which are given as input are changed in the source code. (in the variables cap (video which has the frame) and val (video which should be played in the frame)).

  2. Now run the code, now you will be presented with a frame (note : not the tv frame) from the first video (cap), now define the four corners (physical corners are easily tracked) of the frame in the clockwise manner.

  3. Once the four corners of the frame is selected using the left click of the mouse, press right click.

  4. Now you should be able to see the output video playing on the screen.

Example :

INPUT :

Video1 (containing the frame):

Video2 (video that should be played on the frame defined on Video1):

User Marked corners :

User will be asked to mark the corners in the video1 once the code is executed

Image after the user has defined the corners in the first frame of video1:

OUTPUT :

Once the frame is defined in the video1, we can see that the video2 starts playing in the frame defined by the user in video1

About

Creating a virtual tv using opencv in python3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages