### Question 6 How to implement autofocus with libcamera_python on 64MP?(already fixed)
Ourl ibcamera_python library is not yet compatible with libcamera_dev 0.0.7,we will expedite the process of compatibility,you can try to install an stablize version of libcamera_dev.
bulleye-armhf:
cd ~
wget https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera-dev-0.0.6-bullseye-armhf.deb
sudo apt install -y ./libcamera-dev-0.0.6-bullseye-armhf.deb
bulleye-arm64:
cd ~
wget https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera-apps-0.0.6-bullseye-arm64.deb
sudo apt install -y ./libcamera-apps-0.0.6-bullseye-arm64.deb
To use libcamera_python in detail, you should follow the link below:
How to use code to access libcamera(C++/Python)