Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5298

Graphics, sound and multimedia • Re: Pi 5 and Motion problem

$
0
0
Try to disable dtoverlay and max_framebuffers in '/boot/firmware/config.txt'. This helped me to solve this
* this works for bookworm OS

Code:

# Enable DRM VC4 V3D driver#dtoverlay=vc4-kms-v3d#max_framebuffers=2
That's unlikely to solve any problem with Motion as I don't believe it renders any images to the screen.
and make sure that you have entered the camera model correctly in the end of the config (not sure that this is necessary for a latest bookworm. In theory 'camera_auto_detect=1' should do all the job)

Code:

[all]#dtoverlay=imx477dtoverlay=imx296
If using camera modules made by Raspberry Pi, then auto detection will load the correct overlay. Manually loading overlays is going to be more prone to issues and should only be used for 3rd party modules.
And seeing as OP has libcamera reporting that it has found an imx477, messing with overlay loading is a red-herring.

Statistics: Posted by 6by9 — Mon Jul 22, 2024 1:30 pm



Viewing all articles
Browse latest Browse all 5298

Trending Articles