-
Where did you get the camera module(s)?
Arducam Website -
Model number of the product(s)?
Arducam_64mp_camera -
What hardware/platform were you working on?
raspberry pi 4 8GB -
Instructions you have followed. (link/manual/etc.)
-
Problems you were having?
I try to set the autfocus mode in python through the picamera2 library, by using
“AfMode”: controls.AfModeEnum.Continuous. I recieve the following error:
RuntimeError: Control AfMode is not advertised by libcamera
Note this exact script was working before upgrading the kernal and having to reinstall libcamera and libcamera-apps
- The dmesg log from your hardware?
Output from “dmesg | grep 64mp”
[ 0.078631] platform fe801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/[email protected]/[email protected]
[ 7.206808] arducam_64mp 10-001a: Device found Arducam 64MP.
[ 7.251706] arducam_64mp 10-001a: Consider updating driver arducam_64mp to match on endpoints
Output from “libcamera-hello --version”:
libcamera-apps build: 4def288cd663-intree-dirty 10-03-2023 (09:16:09)
libcamera build: v0.0.0+4223-f664da96
Significant parts of “/boot/config.txt”
[all]
# Run as fast as firmware / board allows
arm_boost=1
#dtoverlay=vc4-kms-v3d,cma-512
[pi4]
# Run as fast as firmware / board allows
arm_boost=1
dtoverlay=vc4-kms-v3d,cma-512
[all]
gpu_mem=128
dtparam=i2c_vc=on
dtparam=i2c_arm=on
dtoverlay=arducam_64mp
-
Troubleshooting attempts you’ve made?
-
What help do you need?