Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vsevagen/video_text_overlay


https://github.com/vsevagen/video_text_overlay

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Video_Text_Overlay


This program is used to display a text on a live webcam feed or on an actual video. It is using the putText method from OpenCV to achieve this.


Step 1: Run python3 textoverlay.py


Step 2: Choose whether you want overlay on webcam feed or file


Step 3: Enter the text you want to be displayed, Ex: Hey !


Step 4: Enter the position for the text, either 0, 2 or 4 where 0 is bottom-left, 2 is top-left and 4 is bottom-middle