An open API service indexing awesome lists of open source software.

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

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 |