User:Krystianch
Raspberry Pi cameras
Todo: This is a work-in-progress page. rpicam-apps is not in aports yet.
Preparation
Libcamera needs udev for the camera to be detected.
setup-devd udev
We need to apply an appropriate device tree overlay for the camera. This line enables automatic detection of the camera and applies appropriate overlay.
echo "camera_auto_detect=1" >> /media/mmcblk0p1/usercfg.txt
echo "dtoverlay=vc4-kms-v3d,cma-512" >> /media/mmcblk0p1/usercfg.txt
Installation
apk add rpicam-apps