camera-streamer/docs/v4l2-usb-mode.md
2023-05-31 00:51:28 +02:00

16 lines
382 B
Markdown

# 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 ...
```