frameless/README.md

26 lines
646 B
Markdown
Raw Normal View History

2023-01-04 15:11:09 +00:00
# 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
```shell
$ 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
```shell
$ sudo rm -f /usr/local/bin/frameless
```
---
# Free Software License
```txt
@copyright Copyright (C) 2021 Llewellyn van der Merwe. All rights reserved.
@license GNU General Public License version 2; see LICENSE
```