Arducam Driver installation on Docker image

hi there, I have created a docker image using a base image of arm64v8/debian:bullseye-slim in rasberry pi 4. Its OS is as follows:
PRETTY_NAME=“Debian GNU/Linux 11 (bullseye)”
NAME=“Debian GNU/Linux”
VERSION_ID=“11”
VERSION=“11 (bullseye)”
VERSION_CODENAME=bullseye
ID=debian

When I tried to install arducam-64mp driver, I recieved this error when excuting this line:
./install_pivariety_pkgs.sh -p libcamera

Error:
#0 2.789 Cannot find the corresponding package, please send the following information to [email protected]
#0 2.789 Hardware Revision: d03114
#0 2.789 Kernel Version: 6.1.19-v8+
#0 2.789 Package: libcamera – bullseye-arm64

how do I solve this error?

@cookie-newbie

I haven’t tried doing this, if you can’t detect the installation with the script, you can install manually by downloading the deb.

wget https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera0_0.git20230321+74d023d8-1_arm64.deb
wget https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera-dev_0.git20230321+74d023d8-1_arm64.deb
wget https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-apps-v0.0.5/libcamera-apps_0.git20230309+4def288-1_arm64.deb

then install them

1 Like