Solution
We have implemented a temporary solution to address this issue.
Before proceeding, ensure you have run the command:
wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh
./install_pivariety_pkgs.sh -p libcamera
This should have downloaded three essential packages into your current directory:
-
libcamera
-
libcamera-ipa
-
libcamera-dev
To resolve the conflict, please follow these steps to manually install the packages:
- First, verify the presence of the libcamera deb packages:
ls
- Then, install each package using the following commands:
sudo apt install ./libcamera-ipa_0.3.1+rpt20240909-1_arm64.deb
sudo apt install ./libcamera0.3_0.3.1+rpt20240909-1_arm64.deb
sudo apt install ./libcamera-dev_0.3.1+rpt20240909-1_arm64.deb
./install_pivariety_pkgs.sh -p libcamera_apps
Moreover, you can ignore this not when running the commands above.
