https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.7.0 This release notably comes with the long awaited GPU-ISP, improving performance and quality in various ways. Also: 1. Drop upstreamed or superseded patches. 2. Update entries in tuning files. 3. Sync dependencies to alpine package. 4. Enable the virtual pipeline for easier testing on devices without working cameras (see /usr/share/libcamera/pipeline/virtual/virtual.yaml.example). Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7867>
11 lines
145 B
YAML
11 lines
145 B
YAML
# SPDX-License-Identifier: CC0-1.0
|
|
%YAML 1.1
|
|
---
|
|
version: 1
|
|
algorithms:
|
|
- BlackLevel:
|
|
blackLevel: 4096
|
|
- Awb:
|
|
- Adjust:
|
|
- Agc:
|
|
...
|