Raspi 5 not finding Hawkeye 64MP

I am seeing this in dmesg:

4.798147] arducam_64mp 4-001a: chip id mismatch: 4136!=7b8c
[ 4.798640] arducam_64mp: probe of 4-001a failed with error -5

[ 4.798147] arducam_64mp 4-001a: chip id mismatch: 4136!=7b8c

Oh ok, I am not sure if we have the same problem then.

Can you try: ls //usr/share/libcamera/ipa/rpi/pisp

and post the json files you have there?

rob@raspberrypi:/usr/share/libcamera/ipa/rpi/pisp $ ls
arducam_64mp.json imx296.json imx477.json imx708.json ov5647_af.json ov9281_mono.json
imx219_af.json imx296_mono.json imx477_noir.json imx708_noir.json ov5647.json se327m12.json
imx219.json imx378.json imx477_scientific.json imx708_wide.json ov5647_noir.json uncalibrated.json
imx219_noir.json imx477_af.json imx519.json

oooh you have it. Can you post the contents of the arducam_64mp.json file?

I will manually add it and see if i then get the same error as you. (not sure if its too long)

It is too big to fit here. I’ll make a pastebin of it, and post the link

amazing thanks, I will try it out and let you know the outcome shortly

What do you get from:

dmesg | grep arducam

I get:

  [    4.623832] rp1-cfe 1f00128000.csi: found subdevice /axi/pcie@120000/rp1/i2c@80000/arducam_64mp@1a
  [    4.798147] arducam_64mp 4-001a: chip id mismatch: 4136!=7b8c
  [    4.798640] arducam_64mp: probe of 4-001a failed with error -5

I get the following

savvas@raspberrypi:~ $ dmesg | grep arducam
[ 4.870467] rp1-cfe 1f00110000.csi: found subdevice /axi/pcie@120000/rp1/i2c@88000/arducam_64mp@1a
[ 5.011498] arducam_64mp 6-001a: Device found Arducam 64MP.
[ 5.011648] rp1-cfe 1f00110000.csi: Using sensor arducam_64mp 6-001a for capture

So for me its definatelly a libcamera software issue.

I added the json file, now the error message changed:

[0:21:07.384481624] [1211] INFO Camera camera_manager.cpp:284 libcamera v0.1.0+ 147-057299d0-dirty (2024-01-24T08:51:15+00:00)
[0:21:07.393412179] [1214] INFO RPI pisp.cpp:653 libpisp version v1.0.4 6e3a53d 137f4 14-02-2024 (14:00:12)
[0:21:07.394386467] [1214] WARN CameraSensorProperties camera_sensor_properties .cpp:265 No static properties available for ‘arducam_64mp’
[0:21:07.394407874] [1214] WARN CameraSensorProperties camera_sensor_properties .cpp:267 Please consider updating the camera sensor properties database
[0:21:07.411107828] [1214] ERROR RPI pipeline_base.cpp:823 Failed to load a suit able IPA library
[0:21:07.411147364] [1214] ERROR RPI pisp.cpp:881 Failed to register camera ardu cam_64mp 6-001a: -22
X11 connection rejected because of wrong authentication.
Made DRM preview window
ERROR: *** no cameras available ***

having the same issue. i keep getting ERROR: no cameras available.

when you are using libcamera apps commands from command line the OS is trying to use the ones that came with OS installation not the ones that are installed with the python scripts u got with wget. thats why u were missing the json file. now if u manually set that json file i think it could be wrong json file and thats why u are getting new error.
try from the beginning and install the libcamera stuff before you do sudo apt -y update && sudo apt -y upgrade.
then see if cameras are found with libcamera-still --list-cameras

I did try that multiple times. And it doesn’t find it.

try using bookworm lite, that fixed the issue for me

I had a similar problem
64MP Hawkeye
Raspberry pi 5 4GB
fresh RPI OS bookworm Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64

install according all to Quick Start - Arducam Wiki

Step 1. Download the bash scripts

wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh
chmod +x install_pivariety_pkgs.sh

Step 2. Install libcamera

./install_pivariety_pkgs.sh -p libcamera_dev

Step 3. Install libcamera-apps

./install_pivariety_pkgs.sh -p libcamera_apps

Step 4. Modify .Config file

sudo nano /boot/firmware/config.txt 
#Find the line: [all], add the following item under it:
dtoverlay=arducam-64mp
#Save and reboot.

Problem:
libcamera-hello error

[0:00:31.428693980] [1981]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0+246-9fb4698e-dirty (2024-02-27T06:28:07+00:00)
[0:00:31.436967017] [1984]  INFO RPI pisp.cpp:662 libpisp version v1.0.4 6e3a53d137f4 14-02-2024 (14:00:12)
[0:00:31.437900166] [1984]  WARN CameraSensorProperties camera_sensor_properties.cpp:274 No static properties available for 'arducam_64mp'
[0:00:31.437911128] [1984]  WARN CameraSensorProperties camera_sensor_properties.cpp:276 Please consider updating the camera sensor properties database
[0:00:31.443711277] [1984] ERROR IPAProxy ipa_proxy.cpp:149 Configuration file 'arducam_64mp.json' not found for IPA module 'rpi/pisp'
[0:00:31.459629721] [1984] ERROR RPI pipeline_base.cpp:825 Failed to load a suitable IPA library
[0:00:31.459704277] [1984] ERROR RPI pisp.cpp:890 Failed to register camera arducam_64mp 4-001a: -22

Solution is to manually install package that left after installation:
sudo dpkg -i libcamera-ipa_0.2.0+rpt20240227-1_arm64.deb

Result:
libcamera-hello works:

[0:16:30.002114126] [2233]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0+246-9fb4698e-dirty (2024-02-27T06:28:07+00:00)
[0:16:30.010200866] [2236]  INFO RPI pisp.cpp:662 libpisp version v1.0.4 6e3a53d137f4 14-02-2024 (14:00:12)
[0:16:30.011122099] [2236]  WARN CameraSensorProperties camera_sensor_properties.cpp:274 No static properties available for 'arducam_64mp'
[0:16:30.011132766] [2236]  WARN CameraSensorProperties camera_sensor_properties.cpp:276 Please consider updating the camera sensor properties database
[0:16:30.038240263] [2236]  INFO RPI pisp.cpp:1122 Registered camera /base/axi/pcie@120000/rp1/i2c@80000/arducam_64mp@1a to CFE device /dev/media1 and ISP device /dev/media0 using PiSP variant BCM2712_C0
Made X/EGL preview window
Mode selection for 4096:3074:12:P
    SRGGB10_CSI2P,1280x720/0 - Score: 11507
    SRGGB10_CSI2P,1920x1080/0 - Score: 9506.99
    SRGGB10_CSI2P,2312x1736/0 - Score: 7246.01
    SRGGB10_CSI2P,3840x2160/0 - Score: 3506.99
    SRGGB10_CSI2P,4624x3472/0 - Score: 1233.51
    SRGGB10_CSI2P,8000x6000/0 - Score: 2707.83
    SRGGB10_CSI2P,9152x6944/0 - Score: 3274.98
Stream configuration adjusted
[0:16:30.425931073] [2233]  INFO Camera camera.cpp:1183 configuring streams: (0) 4096x3074-YUV420 (1) 4624x3472-RGGB16_PISP_COMP1
[0:16:30.426047799] [2236]  INFO RPI pisp.cpp:1406 Sensor: /base/axi/pcie@120000/rp1/i2c@80000/arducam_64mp@1a - Selected sensor format: 4624x3472-SRGGB10_1X10 - Selected CFE format: 4624x3472-PC1R
2 Likes

Just got mine a few days ago, its having this exact problem! Please help!! Thanks! (I’m surprised that there is not better app support for cameras yet, I have been doing linux since the 90s with slackware and its still just as horrible. Plug and pray has never been fully fixed with it… sadly…)

Hi,
We have updated the installation script. Please run the commands below to install the software again to solve the problem:

wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh.
chmod +x install_pivariety_pkgs.sh
./install_pivariety_pkgs.sh -p libcamera_dev
./install_pivariety_pkgs.sh -p libcamera_apps

1 Like

Hi, I have a big problem with a Arducam Hawk-eye.
Installed on the slot cam0 of a Raspberry Pi 5 (silver contacts pointing towards the ethernet port on the board, facing up on the cam).
Downloaded the script:
wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh

Made the script executable:
chmod +x install_pivariety_pkgs.sh

lauched to install libcamera_dev and apps:

./install_pivariety_pkgs.sh -p libcamera_dev
./install_pivariety_pkgs.sh -p libcamera_apps

Changed the file /boot/firmware/config.txt
dtoverlay=arducam-64mp
or
dtoverlay=arducam-64mp,cam0

rebooted, and this is the result of the command libcamera-still -t 5000:

INFO Camera camera_manager.cpp:284 libcamera v0.2.0+46-075b54d5
Made X/EGL preview window
ERROR: *** no cameras available ***

When I invoked the command dmesg | grep arducam I receive:

[    3.034800] rp1-cfe 1f00110000.csi: found subdevice /axi/pcie@120000/rp1/i2c@88000/arducam_64mp@1a
[    3.047528] arducam_64mp 6-001a: failed to read chip id 4136, with error -5
[    3.050662] arducam_64mp: probe of 6-001a failed with error -5

Can you help me, please?

Hi
Ohh, sorry for the inconvience :frowning:
But do not worry, we will try our best to sort it out.
Could you post pictures of the hardware connection? Besides, paste the output of the command below here:

cat /boot/config.txt
cat /boot/firmware/config.txt

i got the same problem :
./install_pivariety_pkgs.sh -p libcamera_dev

when i run above command i got the error:
pi@raspberrypi:~ $ ./install_pivariety_pkgs.sh -p libcamera_dev
dpkg-query: no packages found matching raspberrypi-kernel
dpkg: error: --compare-versions takes three arguments:

Type dpkg --help for help about installing and deinstalling packages [*];
Use ‘apt’ or ‘aptitude’ for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through ‘less’ or ‘more’ !

Hardware Revision: d04170
Kernel Version: 6.1.0-rpi7-rpi-2712
OS Codename: bookworm
ARCH: aarch64

Set i2c
kernel:6.1.0-rpi7-rpi-2712
kernel version is: 6.1.63
–2024-04-24 06:22:56-- https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/libcamera_bookworm_links.txt
Resolving github.com (github.com)… 20.207.73.82
Connecting to github.com (github.com)|20.207.73.82|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/ddac8037-4419-4f23-bfa7-34322b918084?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052256Z&X-Amz-Expires=300&X-Amz-Signature=5300cfe207c806283e2a73eb36d717c9b86bf649295d0ef6f36e828db8c348dc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera_bookworm_links.txt&response-content-type=application%2Foctet-stream [following]
–2024-04-24 06:22:56-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/ddac8037-4419-4f23-bfa7-34322b918084?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052256Z&X-Amz-Expires=300&X-Amz-Signature=5300cfe207c806283e2a73eb36d717c9b86bf649295d0ef6f36e828db8c348dc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera_bookworm_links.txt&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)… 185.199.108.133, 185.199.109.133, 185.199.110.133, …
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 3061 (3.0K) [application/octet-stream]
Saving to: ‘libcamera_bookworm_links.txt’

libcamera_bookworm_link 100%[============================>] 2.99K --.-KB/s in 0s

2024-04-24 06:22:58 (13.9 MB/s) - ‘libcamera_bookworm_links.txt’ saved [3061/3061]

–2024-04-24 06:22:58-- https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera0.2_0.2.0+rpt20240227-1_arm64.deb
Resolving github.com (github.com)… 20.207.73.82
Connecting to github.com (github.com)|20.207.73.82|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/53934834-1ed7-41ae-a120-e9f66a88e11f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052258Z&X-Amz-Expires=300&X-Amz-Signature=2381419184e1e24c01ddf029d31eb8a8b94af06a44d8ceea6ee746df1c50c47c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera0.2_0.2.0%2Brpt20240227-1_arm64.deb&response-content-type=application%2Foctet-stream [following]
–2024-04-24 06:22:58-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/53934834-1ed7-41ae-a120-e9f66a88e11f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052258Z&X-Amz-Expires=300&X-Amz-Signature=2381419184e1e24c01ddf029d31eb8a8b94af06a44d8ceea6ee746df1c50c47c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera0.2_0.2.0%2Brpt20240227-1_arm64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)… 185.199.111.133, 185.199.108.133, 185.199.109.133, …
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 510536 (499K) [application/octet-stream]
Saving to: ‘libcamera0.2_0.2.0+rpt20240227-1_arm64.deb’

libcamera0.2_0.2.0+rpt2 100%[============================>] 498.57K --.-KB/s in 0.1s

2024-04-24 06:22:59 (4.27 MB/s) - ‘libcamera0.2_0.2.0+rpt20240227-1_arm64.deb’ saved [510536/510536]

Hit:1 Index of /debian bookworm InRelease
Hit:2 Index of /debian-security bookworm-security InRelease
Hit:3 Index of /debian bookworm-updates InRelease
Hit:4 Index of /debian bookworm InRelease
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
8 packages can be upgraded. Run ‘apt list --upgradable’ to see them.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package ‘libpisp0.0.1’ is not installed, so not removed
The following packages were automatically installed and are no longer required:
libcamera0.1 libssl1.1
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
libpisp-dev is already the newest version (1.0.5-1).
The following packages were automatically installed and are no longer required:
libcamera0.1 libssl1.1
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘libcamera0.2’ instead of ‘./libcamera0.2_0.2.0+rpt20240227-1_arm64.deb’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libcamera0.2 : Depends: libcamera-ipa but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
–2024-04-24 06:23:06-- https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera-dev_0.2.0+rpt20240227-1_arm64.deb
Resolving github.com (github.com)… 20.207.73.82
Connecting to github.com (github.com)|20.207.73.82|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/469a37a4-208c-405d-a209-23c95e81ebe8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052307Z&X-Amz-Expires=300&X-Amz-Signature=f4e4fd1a9363169073ea82c2759cf7cce1104807a22798334ae807b5d0a34e2b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera-dev_0.2.0%2Brpt20240227-1_arm64.deb&response-content-type=application%2Foctet-stream [following]
–2024-04-24 06:23:07-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/469a37a4-208c-405d-a209-23c95e81ebe8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052307Z&X-Amz-Expires=300&X-Amz-Signature=f4e4fd1a9363169073ea82c2759cf7cce1104807a22798334ae807b5d0a34e2b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera-dev_0.2.0%2Brpt20240227-1_arm64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)… 185.199.110.133, 185.199.111.133, 185.199.108.133, …
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 32404 (32K) [application/octet-stream]
Saving to: ‘libcamera-dev_0.2.0+rpt20240227-1_arm64.deb’

libcamera-dev_0.2.0+rpt 100%[============================>] 31.64K --.-KB/s in 0.008s

2024-04-24 06:23:08 (3.87 MB/s) - ‘libcamera-dev_0.2.0+rpt20240227-1_arm64.deb’ saved [32404/32404]

–2024-04-24 06:23:08-- https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/libcamera-v0.0.5/libcamera-ipa_0.2.0+rpt20240227-1_arm64.deb
Resolving github.com (github.com)… 20.207.73.82
Connecting to github.com (github.com)|20.207.73.82|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/23564faa-8e91-4e80-bc42-fe869b7f499a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052308Z&X-Amz-Expires=300&X-Amz-Signature=51ea215444c981c9b1f1887c52a353b155824987d7530ecd95171fb9beb96414&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera-ipa_0.2.0%2Brpt20240227-1_arm64.deb&response-content-type=application%2Foctet-stream [following]
–2024-04-24 06:23:09-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/353945933/23564faa-8e91-4e80-bc42-fe869b7f499a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240424T052308Z&X-Amz-Expires=300&X-Amz-Signature=51ea215444c981c9b1f1887c52a353b155824987d7530ecd95171fb9beb96414&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=353945933&response-content-disposition=attachment%3B%20filename%3Dlibcamera-ipa_0.2.0%2Brpt20240227-1_arm64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)… 185.199.109.133, 185.199.110.133, 185.199.111.133, …
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 536188 (524K) [application/octet-stream]
Saving to: ‘libcamera-ipa_0.2.0+rpt20240227-1_arm64.deb’

libcamera-ipa_0.2.0+rpt 100%[============================>] 523.62K 2.12MB/s in 0.2s

2024-04-24 06:23:09 (2.12 MB/s) - ‘libcamera-ipa_0.2.0+rpt20240227-1_arm64.deb’ saved [536188/536188]

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘libcamera-dev’ instead of ‘./libcamera-dev_0.2.0+rpt20240227-1_arm64.deb’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libcamera-dev : Depends: libcamera0.2 (= 0.2.0+rpt20240227-1) but 0.2.0+rpt20240418-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘libcamera-ipa’ instead of ‘./libcamera-ipa_0.2.0+rpt20240227-1_arm64.deb’
The following packages were automatically installed and are no longer required:
libcamera0.1 libssl1.1
Use ‘sudo apt autoremove’ to remove them.
The following packages will be DOWNGRADED:
libcamera-ipa
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 8 not upgraded.
E: Packages were downgraded and -y was used without --allow-downgrades.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
python3-libcamera is already the newest version (0.2.0+rpt20240418-1).
The following packages were automatically installed and are no longer required:
libcamera0.1 libssl1.1
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
python3-picamera2 is already the newest version (0.3.18-1).
The following packages were automatically installed and are no longer required:
libcamera0.1 libssl1.1
Use ‘sudo apt autoremove’ to remove them.
The following packages will be upgraded:
mesa-vdpau-drivers
1 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Need to get 3,224 kB of archives.
After this operation, 0 B of additional disk space will be used.
Err:1 Index of /debian bookworm/main arm64 mesa-vdpau-drivers arm64 23.2.1-1~bpo12+rpt3
403 Forbidden [IP: 46.235.230.122 80]
E: Failed to fetch http://archive.raspberrypi.com/debian/pool/main/m/mesa/mesa-vdpau-drivers_23.2.1-1~bpo12%2Brpt3_arm64.deb 403 Forbidden [IP: 46.235.230.122 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?