Pi 4 Bookworm version with B0444 (IMX462) known working version

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

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).

Hi,
Please check it.
FYI. Product Q&A: Your Questions Answered - #21 by Dion

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.

‘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?

Hi,

Customized firmware is needed here. You can contact our sales team([email protected]) for further information.

1 Like

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