https://github.com/falk-werner/pycam
Minimalistic WebCAM app
https://github.com/falk-werner/pycam
Last synced: 2 months ago
JSON representation
Minimalistic WebCAM app
- Host: GitHub
- URL: https://github.com/falk-werner/pycam
- Owner: falk-werner
- License: unlicense
- Created: 2025-03-13T17:51:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:59:01.000Z (3 months ago)
- Last Synced: 2025-03-13T18:44:03.448Z (3 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyCam
PyCAM is a minimalistic WebCAM application.
## Command Line Options
| Option | Type | Default | Description |
| ------------ | ---- | ------- | ----------- |
| -c, --camera | int | 0 | ID of the camera device |
| -x, --width | int | 640 | Width of the window |
| -y, --height | int | 480 | Height of the window |
| -t, --title | str | PyCam | Title of the window |