Hardware Revision: b03115
Kernel Version: 6.6.31+rpt-rpi-v8
OS Codename: bookworm
ARCH: aarch64
kernel:6.6.31+rpt-rpi-v8
kernel version is: 6.6.31
Unsupported package.
Supported packages:
ov64a40_kernel_driver
imx519_kernel_driver_low_speed
imx708_kernel_driver
libcamera
64mp_pi_hawk_eye_kernel_driver
libcamera_bookworm
libcamera_apps
libcamera_apps_bookworm
imx708_b0311_kernel_driver
libcamera_dev
imx519_kernel_driver
kernel_driver
Dion
September 11, 2024, 1:26am
23
Hi,
You just ran only one command. Please run the rest of commands to update the libcamera.
No - I ran them all - I posted the first one because it failed. This has been broken on pi4/bookworm for over a year and it’s all over these forums.
I think latest arducam libcamera library breaks b0444 on Pi 4 (maybe other versions too).
Dion
October 8, 2024, 5:43am
26
Dion
March 18, 2025, 5:13am
27
Hi Guys,
The B0444 is now working smoothly on Pi 4/5 Bookworm OS(including 64/32 bit). Let me know if you have any other concerns in this matter.
MADX
March 20, 2025, 11:39am
28
‘pRAA’ (10-bit Bayer RGRG/GBGB Packed) - 1920x1080
‘RG10’ (10-bit Bayer RGRG/GBGB) - 1920x1080
It’s certainly working on Bookworm 64bit and I’m happy with it.
However, it only has 1080p resolution.
I’d like to get 60fps video at 720p,
Is there any way to do this?
Dion
March 21, 2025, 5:19am
29
Hi,
Customized firmware is needed here. You can contact our sales team([email protected] ) for further information.
1 Like
Taheri
July 10, 2025, 9:25am
30
Hi I was able to get the IMX462 (B0444 series) camera working on the Raspberry Pi 4B (Bookworm) by following the instructions in the link below:
https://docs.arducam.com/Raspberry-Pi-Camera/Pivariety-Camera/Troubleshooting/#8-imx462b0444-can-not-be-detected
Specifically, section:
8. IMX462(B0444) can not be detected
The key was that I had to perform the following steps:
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
sudo nano /boot/firmware/config.txt (change or add this parameter)
# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_vc=on,i2c_vc_baudrate=50000
# Automatically load overlays for detected cameras
camera_auto_detect=0
[all]
dtoverlay=arducam-pivariety
#Save and reboot. your RPI
and run with
libcamera-hello
or
libcamera-still -t 5000
thanks.
MH.Taheri