Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsevagen/video_text_overlay
https://github.com/vsevagen/video_text_overlay
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vsevagen/video_text_overlay
- Owner: VSevagen
- Created: 2020-07-29T15:36:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T07:23:36.000Z (over 4 years ago)
- Last Synced: 2024-11-04T08:42:28.474Z (3 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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