workflow: update README and RELEASE

This commit is contained in:
Kamil Trzcinski
2023-05-30 23:58:20 +02:00
parent 6062a1214d
commit 9da4e89403
10 changed files with 398 additions and 278 deletions

15
docs/v4l2-usb-mode.md Normal file
View File

@ -0,0 +1,15 @@
# High-performance mode via direct decoding for USB
This script uses direct decoding or passthrough of MJPEG or H264 streams from UVC camera into
re-encoded stream provided over web-interface.
```bash
tools/usb_camera.sh -help
tools/usb_camera.sh -camera-format=MJPEG ...
```
Currently the H264 is consider rather broken:
```bash
tools/usb_camera.sh -camera-format=H264 ...
```