"Updates"

This commit is contained in:
2025-10-13 00:33:10 +02:00
parent 2632004407
commit c0c0a01908

View File

@@ -17,6 +17,13 @@ wget "https://github.com/ayufan/camera-streamer/releases/download/v0.3.0/$PACKAG
sudo apt install "$PWD/$PACKAGE"
```
#### Check devices
```bash
sudo apt-get install v4l-utils
v4l2-ctl --list-devices
```
Enable one of provided systemd configuration:
```bash