With towboot working, I just copied a development image of Mobian to the eMMC, and used the disk tool to extend the partition size. Then the dist-upgrade is done, and the personal account is set up.
Mobian has an update as of this afternoon, February 27, that fixes the audio and video playback issue. Restarts are not necessary for AV playback.
I made this code as a start on the calibration of the cameras for the camera/pinhole application. The view through the camera application now has better blacks.
I wrote the files imx258.yaml and ov8588.yaml with this content to the directory, /usr/share/libcamera/ipa/rkisp1/.
Mobian has an update as of this afternoon, February 27, that fixes the audio and video playback issue. Restarts are not necessary for AV playback.
I made this code as a start on the calibration of the cameras for the camera/pinhole application. The view through the camera application now has better blacks.
I wrote the files imx258.yaml and ov8588.yaml with this content to the directory, /usr/share/libcamera/ipa/rkisp1/.
Code:
# SPDX-License-Identifier: CC0-1.0
%YAML 1.1
---
version: 1
algorithms:
- Agc:
- Awb:
- BlackLevelCorrection:
R: 512
Gr: 256
Gb: 256
B: 384
...