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

13
docs/raspi-libcamera.md Normal file
View File

@ -0,0 +1,13 @@
# High-compatibility via `libcamera` on Raspberry PI
This script uses `libcamera` to access camera and provide
manual and automatic brightness and exposure controls.
The settings for those are configurable via described below controls.
This due to extra overhead has worse latency than direct decoding
via ISP.
```bash
tools/libcamera_camera.sh -help
tools/libcamera_camera.sh -camera-format=YUYV
```