User:Krystianch: Difference between revisions

From Alpine Linux
(Created page with "= 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. {{Cmd|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. {{Cmd|<nowiki>echo "camera_auto_detect=1" >> /media/mmcblk0p1/usercfg.txt</nowiki>}} {{Cmd|<nowiki>echo "dtoverlay=vc4-...")
(No difference)

Revision as of 00:36, 24 January 2024

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