64MP no cameras available

  1. Where did you get the camera module(s)? Amazon

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

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

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

  5. Problems you were having?
    libcamera-still -t 0
    [0:11:08.216411234] [3079] INFO Camera camera_manager.cpp:284 libcamera v0.2.0+120-eb00c13d
    [0:11:08.227139542] [3082] INFO RPI pisp.cpp:695 libpisp version v1.0.5 999da5acb4f4 17-04-2024 (14:29:29)
    [0:11:08.228392504] [3082] WARN CameraSensorProperties camera_sensor_properties.cpp:274 No static properties available for ‘arducam_64mp’
    [0:11:08.228427319] [3082] WARN CameraSensorProperties camera_sensor_properties.cpp:276 Please consider updating the camera sensor properties database
    [0:11:10.237890092] [3082] ERROR IPCPipe ipc_pipe_unixsocket.cpp:134 Call timeout!
    [0:11:10.237928592] [3082] ERROR IPCPipe ipc_pipe_unixsocket.cpp:66 Failed to call sync
    [0:11:10.237938703] [3082] ERROR IPAProxy raspberrypi_ipa_proxy.cpp:198 Failed to call init
    [0:11:10.237954462] [3082] ERROR RPI pipeline_base.cpp:796 Failed to load a suitable IPA library
    [0:11:10.237964221] [3082] ERROR RPI pisp.cpp:922 Failed to register camera arducam_64mp 4-001a: -22
    [0:11:10.237990629] [3082] ERROR IPCUnixSocket ipc_unixsocket.cpp:191 Failed to send: Connection refused
    [0:11:10.238002499] [3082] ERROR IPCPipe ipc_pipe_unixsocket.cpp:66 Failed to call sync
    [0:11:10.238009221] [3082] ERROR IPAProxy raspberrypi_ipa_proxy.cpp:470 Failed to call unmapBuffers
    [0:11:10.238136295] [3082] ERROR IPCUnixSocket ipc_unixsocket.cpp:191 Failed to send: Transport endpoint is not connected
    [0:11:10.238147962] [3082] ERROR IPCPipe ipc_pipe_unixsocket.cpp:80 Failed to call async
    Made X/EGL preview window
    ERROR: *** no cameras available ***

  6. The dmesg log from your hardware?
    [ 38.896155] arducam_64mp 4-001a: Device found Arducam 64MP.
    [ 38.927124] rp1-cfe 1f00128000.csi: found subdevice /axi/pcie@120000/rp1/i2c@80000/arducam_64mp@1a
    [ 38.927148] rp1-cfe 1f00128000.csi: Using sensor arducam_64mp 4-001a for capture

  7. Troubleshooting attempts you’ve made? Reconnected cables, reversed directions, swapped cables, reinstalled software, updated kernel, checked this forum and installed json file to obtain arducam_64.json which gets wiped after updates, modified config.txt file per the manual and forum instructions.

  8. What help do you need? The *** no cameras available *** error is persistent after using this forum extensively. I need to get the libcamera software to recognize the camera.

Here’s my config.txt file:

For more options and information see

http://rptl.io/configtxt

Some settings may impact device functionality. See link above for details

Uncomment some or all of these to enable the optional hardware interfaces

#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

Enable audio (loads snd_bcm2835)

dtparam=audio=on

Additional overlays and parameters are documented

/boot/firmware/overlays/README

Automatically load overlays for detected cameras

#camera_auto_detect=1
camera_auto_detect = 1

Automatically load overlays for detected DSI displays

display_auto_detect = 1

Automatically load initramfs files, if found

auto_initramfs=1

Enable DRM VC4 V3D driver

max_framebuffers=2

Don’t have the firmware create an initial video= setting in cmdline.txt.

Use the kernel’s default instead.

disable_fw_kms_setup=1

Run in 64-bit mode

#arm_64bit=1

Disable compensation for displays with overscan

disable_overscan=1

Run as fast as firmware / board allows

[cm4]

Enable host mode on the 2711 built-in XHCI USB controller.

This line should be removed if the legacy DWC2 controller is required

(e.g. for USB device mode) or if USB support is not required.

otg_mode=1

[all]
arm_boost=1
dtoverlay=vc4-kms-v3d,cma-512
dtoverlay=arducam-64mp

whats your kernel version?
uname -a

ive seen in this forum several people after upgrading kernel arducam not work anymore.

Thanks for your response, I’m beginning to suspect the update is the problem.

6.6.20+rpt-rpi-2712

FIXED:

  • Flashed an SD card with Debian 6.6.20-1
  • re-installed the drivers per the instructions on the quickstart
  • modified the config.txt file with dtoverlay=arducam=64mp … save & reboot

Camera worked.

1 Like