That's unlikely to solve any problem with Motion as I don't believe it renders any images to the screen.Try to disable dtoverlay and max_framebuffers in '/boot/firmware/config.txt'. This helped me to solve this
* this works for bookworm OSCode:
# Enable DRM VC4 V3D driver#dtoverlay=vc4-kms-v3d#max_framebuffers=2
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 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
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