Rasberry Pi5 errors when running libcamera-hello

  1. Where did you get the camera module(s)?
    Ordered it via a Dutch reseller

  2. Model number of the product(s)?
    X003B4R0NX

  3. What hardware/platform were you working on?
    Raspberry Pi 5

  4. Instructions you have followed. (link/manual/etc.)
    Quick Start - Arducam Wiki

  5. Problems you were having?
    When using libcamera--hello
    I get the following output

[0:02:01.556345165] [2011]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0+120-eb00c13d
[0:02:01.564812567] [2014]  INFO RPI pisp.cpp:695 libpisp version v1.0.5 999da5acb4f4 17-04-2024 (14:29:29)
[0:02:01.565848186] [2014]  WARN CameraSensorProperties camera_sensor_properties.cpp:274 No static properties available for 'arducam_64mp'
[0:02:01.565868962] [2014]  WARN CameraSensorProperties camera_sensor_properties.cpp:276 Please consider updating the camera sensor properties database
[0:02:01.577665374] [2014] ERROR IPAProxy ipa_proxy.cpp:149 Configuration file 'arducam_64mp.json' not found for IPA module 'rpi/pisp'
[0:02:01.577723077] [2014] ERROR IPARPI ipa_base.cpp:124 Could not create camera helper for arducam_64mp
[0:02:01.577737248] [2014] ERROR RPI pipeline_base.cpp:796 Failed to load a suitable IPA library
[0:02:01.577746887] [2014] ERROR RPI pisp.cpp:922 Failed to register camera arducam_64mp 4-001a: -22
Preview window unavailable
ERROR: *** no cameras available ***
  1. The dmesg log from your hardware?
dmesg | grep arducam
[    3.720687] rp1-cfe 1f00128000.csi: found subdevice /axi/pcie@120000/rp1/i2c@80000/arducam_64mp@1a
[    3.749931] arducam_64mp 4-001a: Device found Arducam 64MP.
[    3.754956] rp1-cfe 1f00128000.csi: Using sensor arducam_64mp 4-001a for capture

Also when running the install scripts I get this:

 libcamera-dev : Depends: libcamera0.2 (= 0.2.0+rpt20240227-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

 libcamera-ipa : Depends: libcamera0.2 (>= 0.2.0+rpt20240418) but 0.2.0+rpt20240227-1 is to be installed
E: Unable to correct problems, you have held broken packages.

Following command libcamera–list

 libcamera-still --list-cameras
No cameras available!
  1. Troubleshooting attempts you’ve made?
  • Purging libcamera and fresh install
  1. What help do you need?
    I need to get the camera to work.

I came accros this thread Raspi 5 not finding Hawkeye 64MP - #22 by 64mp

where @64mp specified:

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

I did this for all deb files in the sequence libcamera0.2, the ipa one and the dev one. After that it worked