File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ https://github.com/virtUOS/opencast-camera-control/assets/1008395/a8e37229-f760-
1818## Getting started
1919
2020```
21- ❯ pip install -r requirements.txt
22- ❯ python -m occameracontrol
21+ ❯ pip install opencast-camera-control
22+ ❯ opencast-camera-control
2323```
2424
2525
@@ -28,10 +28,16 @@ https://github.com/virtUOS/opencast-camera-control/assets/1008395/a8e37229-f760-
2828Take a look at the [ camera-control.yml] ( camera-control.yml ) configuration file.
2929All available options are documented in there.
3030
31+ The tool uses the first configuration it can find. It looks for files in the following order:
32+
33+ - ` ./camera-control.yml `
34+ - ` ~/camera-control.yml `
35+ - ` /etc/camera-control.yml `
36+
3137You can provide custom configuration files using the ` --config ` option:
3238
3339```
34- ❯ python -m occameracontrol --config custom-config.yml
40+ ❯ opencast-camera-control --config custom-config.yml
3541```
3642
3743## Supported Cameras
You can’t perform that action at this time.
0 commit comments