piotrpdev / CameraFreeze

Freeze a virtual camera using a hotkey. Made specifically to freeze a webcam during video calls on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

output.mp4

Camera Freeze

Freeze a virtual camera using a hotkey. Made specifically to freeze a webcam during video calls on Linux.

Requirements

Installation

Note: This project uses the keyboard package which requires root privileges to work.

Ensure pip exists (if not already installed)

sudo venv/bin/python -m ensurepip

Install dependencies

sudo venv/bin/python -m pip install -r requirements.txt

Usage

Run with default settings

Note: This will use /dev/video0 as the virtual camera and '#' as the hotkey.

sudo venv/bin/python camera_freeze.py

See available options

sudo venv/bin/python camera_freeze.py -h

About

Freeze a virtual camera using a hotkey. Made specifically to freeze a webcam during video calls on Linux.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%