My little script for frameless video camera display
Go to file
Llewellyn van der Merwe feb963f623
Add ignore file
2023-01-09 03:07:17 +02:00
src First commit 2023-01-04 17:11:09 +02:00
.gitignore Add ignore file 2023-01-09 03:07:17 +02:00
LICENSE First commit 2023-01-04 17:11:09 +02:00
README.md First commit 2023-01-04 17:11:09 +02:00

README.md

Frameless Video Camera

This script helps place my face without a video frame on the desktop so when I make tutorials I can be part of the recording.

Will only work on an enviourment that is setup like mine.


Install

$ sudo curl -L "https://git.vdm.dev/api/v1/repos/llewellyn/frameless/raw/src/frameless" -o /usr/local/bin/frameless
$ sudo chmod +x /usr/local/bin/frameless

Uninstall

$ sudo rm -f /usr/local/bin/frameless

Free Software License

@copyright  Copyright (C) 2021 Llewellyn van der Merwe. All rights reserved.
@license    GNU General Public License version 2; see LICENSE