Black image with Arducam 64MP quad-cam setup, dequeue timeouts

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

  2. Model number of the product(s)?
    64mp rev c, uc-0-512 rev D1

  3. What hardware/platform were you working on?

pi4

  1. Instructions you have followed. (link/manual/etc.)
    Quick Start Guide for Arducam CamArray HAT Kit - Arducam Wiki
  • 64MP Multi-Camera Kit:

  1. Problems you were having?
    black screen, dequeue timeout, pretty much exactly the same issues as Black image with Arducam 64MP quad-cam setup
    libcamera dequeue timesout, picamera2 runs out of buffer, hat led blinks a couple times then waits for timeout.

  2. The dmesg log from your hardware?
    too large for here, hoping to attach as comment

  3. Troubleshooting attempts you’ve made?
    lots and lots

  4. What help do you need?
    determine if the hat itself is the issue

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 6.1.21-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[ 0.000000] percpu: Embedded 29 pages/cpu s78504 r8192 d32088 u118784
[ 0.000000] pcpu-alloc: s78504 r8192 d32088 u118784 alloc=29*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=DC:A6:32:DB:1E:45 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=5954e472-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] Unknown kernel command line parameters “splash”, will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[ 0.000000] Memory: 7471348K/8245248K available (11776K kernel code, 2106K rwdata, 3688K rodata, 4160K init, 1077K bss, 249612K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 39744 entries in 156 pages
[ 0.000000] ftrace: allocated 156 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000320] Console: colour dummy device 80x25
[ 0.000388] printk: console [tty1] enabled
[ 0.000458] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=216000)
[ 0.000484] pid_max: default: 32768 minimum: 301
[ 0.000607] LSM: Security Framework initializing
[ 0.000889] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001022] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002315] cgroup: Disabling memory control group subsystem
[ 0.004611] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.004632] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004815] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004993] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.005462] rcu: Hierarchical SRCU implementation.
[ 0.005475] rcu: Max phase no-delay instances is 1000.
[ 0.006819] EFI services will not be available.
[ 0.007362] smp: Bringing up secondary CPUs …
[ 0.008533] Detected PIPT I-cache on CPU1
[ 0.008698] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.009876] Detected PIPT I-cache on CPU2
[ 0.010005] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.011113] Detected PIPT I-cache on CPU3
[ 0.011240] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.011387] smp: Brought up 1 node, 4 CPUs
[ 0.011409] SMP: Total of 4 processors activated.
[ 0.011421] CPU features: detected: 32-bit EL0 Support
[ 0.011431] CPU features: detected: 32-bit EL1 Support
[ 0.011444] CPU features: detected: CRC32 instructions
[ 0.011579] CPU: All CPU(s) started at EL2
[ 0.011604] alternatives: applying system-wide alternatives
[ 0.013722] devtmpfs: initialized
[ 0.026367] Enabled cp15_barrier support
[ 0.026408] Enabled setend support
[ 0.026627] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.026664] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.040772] pinctrl core: initialized pinctrl subsystem
[ 0.041648] DMI not present or invalid.
[ 0.042343] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.045983] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.046287] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.047234] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.047329] audit: initializing netlink subsys (disabled)
[ 0.047615] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
[ 0.048228] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.048318] cpuidle: using governor menu
[ 0.048789] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.048989] ASID allocator initialised with 32768 entries
[ 0.049156] Serial: AMBA PL011 UART driver
[ 0.064810] platform fe101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000
[ 0.065938] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.081652] platform fe801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/arducam_64mp@1a
[ 0.088740] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:50:39, variant start
[ 0.092755] raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54
[ 0.109219] KASLR enabled
[ 0.143604] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.149510] SCSI subsystem initialized
[ 0.149786] usbcore: registered new interface driver usbfs
[ 0.149846] usbcore: registered new interface driver hub
[ 0.149912] usbcore: registered new device driver usb
[ 0.150334] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.150561] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[ 0.150916] pps_core: LinuxPPS API ver. 1 registered
[ 0.150928] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected]
[ 0.150955] PTP clock support registered
[ 0.152082] vgaarb: loaded
[ 0.152882] clocksource: Switched to clocksource arch_sys_counter
[ 1.314730] VFS: Disk quotas dquot_6.6.0
[ 1.314830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.315021] FS-Cache: Loaded
[ 1.315294] CacheFiles: Loaded
[ 1.324659] NET: Registered PF_INET protocol family
[ 1.325793] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.334737] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.334844] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.334878] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.335354] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.338156] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.338432] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.338574] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.338950] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.339827] RPC: Registered named UNIX socket transport module.
[ 1.339844] RPC: Registered udp transport module.
[ 1.339854] RPC: Registered tcp transport module.
[ 1.339864] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.339889] PCI: CLS 0 bytes, default 64
[ 1.342627] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.343010] kvm [1]: IPA Size Limit: 44 bits
[ 1.344353] kvm [1]: vgic interrupt IRQ9
[ 1.344589] kvm [1]: Hyp mode initialized successfully
[ 1.346856] Initialise system trusted keyrings
[ 1.347251] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 1.354759] zbud: loaded
[ 1.357744] NFS: Registering the id_resolver key type
[ 1.357787] Key type id_resolver registered
[ 1.357798] Key type id_legacy registered
[ 1.357915] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.357932] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.359298] Key type asymmetric registered
[ 1.359316] Asymmetric key parser ‘x509’ registered
[ 1.359411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.359712] io scheduler mq-deadline registered
[ 1.359729] io scheduler kyber registered
[ 1.361934] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 27)
[ 1.371565] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.371612] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.371703] brcm-pcie fd500000.pcie: MEM 0x0600000000…0x063fffffff → 0x00c0000000
[ 1.371788] brcm-pcie fd500000.pcie: IB MEM 0x0000000000…0x00bfffffff → 0x0400000000
[ 1.372803] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.372824] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.372842] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.372958] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.373218] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.377482] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ 1.377675] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ 1.377786] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ 1.446987] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.447154] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.447283] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.447767] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.448510] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.448536] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.448580] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.448602] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.449713] simple-framebuffer 3ea83000.framebuffer: framebuffer at 0x3ea83000, 0x177000 bytes
[ 1.449733] simple-framebuffer 3ea83000.framebuffer: format=a8r8g8b8, mode=800x480x32, linelength=3200
[ 1.450250] Console: switching to colour frame buffer device 100x30
[ 1.451901] simple-framebuffer 3ea83000.framebuffer: fb0: simplefb registered!
[ 1.465244] iproc-rng200 fe104000.rng: hwrng registered
[ 1.465855] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.467409] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.480491] brd: module loaded
[ 1.489218] loop: module loaded
[ 1.490064] Loading iSCSI transport class v2.0-870.
[ 1.495524] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.553220] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.554436] usbcore: registered new interface driver r8152
[ 1.554513] usbcore: registered new interface driver lan78xx
[ 1.554581] usbcore: registered new interface driver smsc95xx
[ 1.602261] pci 0000:00:00.0: enabling device (0000 → 0002)
[ 1.602444] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.602476] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.603274] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[ 1.604342] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.604365] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.604387] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.604776] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 1.604797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.604813] usb usb1: Product: xHCI Host Controller
[ 1.604827] usb usb1: Manufacturer: Linux 6.1.21-v8+ xhci-hcd

[ 1.604839] usb usb1: SerialNumber: 0000:01:00.0
[ 1.605626] hub 1-0:1.0: USB hub found
[ 1.605695] hub 1-0:1.0: 1 port detected
[ 1.606645] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 1.606666] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.606681] usb usb2: Product: xHCI Host Controller
[ 1.606693] usb usb2: Manufacturer: Linux 6.1.21-v8+ xhci-hcd
[ 1.606706] usb usb2: SerialNumber: 0000:01:00.0
[ 1.607382] hub 2-0:1.0: USB hub found
[ 1.607479] hub 2-0:1.0: 4 ports detected
[ 1.609340] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.609705] dwc_otg: FIQ enabled
[ 1.609716] dwc_otg: NAK holdoff enabled
[ 1.609726] dwc_otg: FIQ split-transaction FSM enabled
[ 1.609742] Module dwc_common_port init
[ 1.610343] usbcore: registered new interface driver uas
[ 1.610472] usbcore: registered new interface driver usb-storage
[ 1.610690] mousedev: PS/2 mouse device common for all mice
[ 1.617585] sdhci: Secure Digital Host Controller Interface driver
[ 1.617604] sdhci: Copyright(c) Pierre Ossman
[ 1.618350] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.622117] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.622487] hid: raw HID events driver (C) Jiri Kosina
[ 1.622694] usbcore: registered new interface driver usbhid
[ 1.622708] usbhid: USB HID core driver
[ 1.631864] NET: Registered PF_PACKET protocol family
[ 1.631980] Key type dns_resolver registered
[ 1.633445] registered taskstats version 1
[ 1.633540] Loading compiled-in X.509 certificates
[ 1.634448] Key type .fscrypt registered
[ 1.634464] Key type fscrypt-provisioning registered
[ 1.650662] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.651403] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.651580] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[ 1.660953] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.661424] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.662750] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.662772] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.695267] of_cfs_init
[ 1.695394] of_cfs_init: OK
[ 1.728957] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.729425] Waiting for root device PARTUUID=5954e472-02…
[ 1.776265] mmc1: new high speed SDIO card at address 0001
[ 1.827650] mmc0: new ultra high speed DDR50 SDXC card at address 59b4
[ 1.828725] mmcblk0: mmc0:59b4 BD2S5 119 GiB
[ 1.832217] mmcblk0: p1 p2
[ 1.832785] mmcblk0: mmc0:59b4 BD2S5 119 GiB
[ 1.849094] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 1.849122] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 1.860916] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.011547] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.011585] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.011601] usb 1-1: Product: USB2.0 Hub
[ 2.013558] hub 1-1:1.0: USB hub found
[ 2.013859] hub 1-1:1.0: 4 ports detected
[ 2.079086] EXT4-fs (mmcblk0p2): recovery complete
[ 2.081205] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 2.081320] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.082233] devtmpfs: mounted
[ 2.090790] Freeing unused kernel memory: 4160K
[ 2.090996] Run /sbin/init as init process
[ 2.091008] with arguments:
[ 2.091018] /sbin/init
[ 2.091027] splash
[ 2.091036] with environment:
[ 2.091045] HOME=/
[ 2.091054] TERM=linux
[ 2.308954] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[ 2.399862] systemd[1]: System time before build time, advancing clock.
[ 2.417834] usb 1-1.1: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.08
[ 2.417869] usb 1-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.417885] usb 1-1.1: Product: Dell KB216 Wired Keyboard
[ 2.428114] input: Dell KB216 Wired Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2113.0001/input/input0
[ 2.485669] hid-generic 0003:413C:2113.0001: input,hidraw0: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:01:00.0-1.1/input0
[ 2.493558] input: Dell KB216 Wired Keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:413C:2113.0002/input/input1
[ 2.553337] input: Dell KB216 Wired Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:413C:2113.0002/input/input2
[ 2.553655] hid-generic 0003:413C:2113.0002: input,hidraw1: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:01:00.0-1.1/input1
[ 2.588810] NET: Registered PF_INET6 protocol family
[ 2.590864] Segment Routing with IPv6
[ 2.590909] In-situ OAM (IOAM) with IPv6
[ 2.632968] usb 1-1.2: new low-speed USB device number 4 using xhci_hcd
[ 2.657378] systemd[1]: systemd 247.3-7+rpi1+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 2.658438] systemd[1]: Detected architecture arm64.
[ 2.660111] systemd[1]: Set hostname to .
[ 2.745797] usb 1-1.2: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[ 2.745842] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.745859] usb 1-1.2: Product: Dell MS116 USB Optical Mouse
[ 2.745873] usb 1-1.2: Manufacturer: PixArt
[ 2.755191] input: PixArt Dell MS116 USB Optical Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:413C:301A.0003/input/input3
[ 2.755780] hid-generic 0003:413C:301A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:01:00.0-1.2/input0
[ 3.362545] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd’s process lifecycle management for the service. Please update your service to use a safer KillMode=, such as ‘mixed’ or ‘control-group’. Support for KillMode=none is deprecated and will eventually be removed.
[ 3.544073] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.568215] systemd[1]: Created slice system-getty.slice.
[ 3.569801] systemd[1]: Created slice system-modprobe.slice.
[ 3.570915] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.571856] systemd[1]: Created slice User and Session Slice.
[ 3.572513] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.573898] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.574655] systemd[1]: Reached target Slices.
[ 3.574908] systemd[1]: Reached target Swap.
[ 3.576184] systemd[1]: Listening on Syslog Socket.
[ 3.577065] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 3.577564] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.579005] systemd[1]: Listening on Journal Audit Socket.
[ 3.579909] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.581149] systemd[1]: Listening on Journal Socket.
[ 3.585233] systemd[1]: Listening on udev Control Socket.
[ 3.586311] systemd[1]: Listening on udev Kernel Socket.
[ 3.587764] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 3.609395] systemd[1]: Mounting POSIX Message Queue File System…
[ 3.614742] systemd[1]: Mounting RPC Pipe File System…
[ 3.620723] systemd[1]: Mounting Kernel Debug File System…
[ 3.627126] systemd[1]: Mounting Kernel Trace File System…
[ 3.627630] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 3.636776] systemd[1]: Starting Restore / save the current clock…
[ 3.643132] systemd[1]: Starting Set the console keyboard layout…
[ 3.650185] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 3.657141] systemd[1]: Starting Load Kernel Module configfs…
[ 3.664197] systemd[1]: Starting Load Kernel Module drm…
[ 3.671069] systemd[1]: Starting Load Kernel Module fuse…
[ 3.674794] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 3.681181] systemd[1]: Starting File System Check on Root Device…
[ 3.692511] systemd[1]: Starting Journal Service…
[ 3.707117] systemd[1]: Starting Load Kernel Modules…
[ 3.714141] systemd[1]: Starting Coldplug All udev Devices…
[ 3.741482] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.742409] systemd[1]: Mounted RPC Pipe File System.
[ 3.743187] systemd[1]: Mounted Kernel Debug File System.
[ 3.744081] systemd[1]: Mounted Kernel Trace File System.
[ 3.763448] systemd[1]: Finished Restore / save the current clock.
[ 3.768167] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 3.773827] systemd[1]: [email protected]: Succeeded.
[ 3.781286] fuse: init (API version 7.37)
[ 3.783494] systemd[1]: Finished Load Kernel Module configfs.
[ 3.788732] i2c_dev: i2c /dev entries driver
[ 3.818557] systemd[1]: Mounting Kernel Configuration File System…
[ 3.829564] systemd[1]: Started File System Check Daemon to report status.
[ 3.848821] systemd[1]: [email protected]: Succeeded.
[ 3.850649] systemd[1]: Finished Load Kernel Module fuse.
[ 3.857737] systemd[1]: Finished Load Kernel Modules.
[ 3.859208] systemd[1]: Mounted Kernel Configuration File System.
[ 3.889836] systemd[1]: Mounting FUSE Control File System…
[ 3.895249] systemd[1]: Starting Apply Kernel Variables…
[ 3.913064] systemd[1]: Mounted FUSE Control File System.
[ 3.954417] systemd[1]: Finished Apply Kernel Variables.
[ 3.957260] systemd[1]: [email protected]: Succeeded.
[ 3.958712] systemd[1]: Finished Load Kernel Module drm.
[ 4.106065] systemd[1]: Finished File System Check on Root Device.
[ 4.107200] systemd[1]: Started Journal Service.
[ 4.267061] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 4.338384] systemd-journald[143]: Received client request to flush runtime journal.
[ 4.363190] systemd-journald[143]: File /var/log/journal/b7e00fd637de4951a8d991b16b7f7f4d/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 5.553636] mc: Linux media interface: v0.10
[ 5.648267] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.674860] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 5.674907] [vc_sm_connected_init]: start
[ 5.732756] [vc_sm_connected_init]: installed successfully
[ 5.741523] videodev: Linux video capture interface: v2.00
[ 5.942146] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.974392] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 5.993707] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.035060] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.042691] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.045113] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.065874] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.066133] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.091824] rpivid feb10000.codec: Device registered as /dev/video19
[ 6.092242] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.135317] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 6.138493] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 6.140672] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 6.141437] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 6.141996] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 6.142032] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.142055] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.142072] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.142089] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.176951] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 6.177098] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 6.177485] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 6.182312] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 6.185319] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 6.189491] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 6.194353] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 6.194402] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.194430] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.194449] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.194478] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.194776] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 6.194825] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 6.195201] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 6.216787] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 6.217127] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 6.222408] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 6.222478] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 6.236661] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 6.236721] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 6.275124] i2c i2c-22: Added multiplexed i2c bus 0
[ 6.347374] i2c i2c-22: Added multiplexed i2c bus 10
[ 6.861754] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 7.295418] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 7.353948] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 7.364502] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 7.765501] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.776618] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.784774] usbcore: registered new interface driver brcmfmac
[ 8.071182] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 8.359658] uart-pl011 fe201000.serial: no DMA platform data
[ 9.063575] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 9.071352] 8021q: 802.1Q VLAN Support v1.8
[ 9.355561] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 9.357288] bcmgenet fd580000.ethernet eth0: Link is Down
[ 9.730369] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 9.817660] arducam_64mp: loading out-of-tree module taints kernel.
[ 9.907790] arducam_64mp 10-001a: Device found Arducam 64MP.
[ 10.001703] arducam_64mp 10-001a: Consider updating driver arducam_64mp to match on endpoints
[ 10.324305] vc4_dsi fe700000.dsi: Failed to create device link (0x180) with 1.panel_disp1
[ 10.335082] vc4_dsi fe700000.dsi: Failed to create device link (0x180) with 2.reg_bridge
[ 10.391608] Console: switching to colour dummy device 80x25
[ 10.434446] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 10.457697] Registered IR keymap rc-cec
[ 10.457961] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 10.458199] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
[ 10.471145] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.525841] Registered IR keymap rc-cec
[ 10.533920] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 10.537968] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input5
[ 10.589233] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.590207] vc4-drm gpu: bound fe700000.dsi (ops vc4_dsi_ops [vc4])
[ 10.590798] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 10.592437] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.596320] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.602363] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.602564] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.606442] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.623904] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 11.106910] Console: switching to colour frame buffer device 100x30
[ 11.107618] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 11.133536] edt_ft5x06 10-0038: supply iovcc not found, using dummy regulator
[ 11.466409] input: generic ft5x06 (79) as /devices/platform/soc/fe205000.i2c/i2c-22/i2c-10/10-0038/input/input6
[ 14.153480] systemd-journald[143]: File /var/log/journal/b7e00fd637de4951a8d991b16b7f7f4d/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[ 15.647082] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 15.976272] Bluetooth: Core ver 2.22
[ 15.976788] NET: Registered PF_BLUETOOTH protocol family
[ 15.976802] Bluetooth: HCI device and connection manager initialized
[ 15.976820] Bluetooth: HCI socket layer initialized
[ 15.976828] Bluetooth: L2CAP socket layer initialized
[ 15.976849] Bluetooth: SCO socket layer initialized
[ 15.994016] Bluetooth: HCI UART driver ver 2.3
[ 15.994040] Bluetooth: HCI UART protocol H4 registered
[ 15.994581] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 15.998532] Bluetooth: HCI UART protocol Broadcom registered
[ 16.400544] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.400565] Bluetooth: BNEP filters: protocol multicast
[ 16.400581] Bluetooth: BNEP socket layer initialized
[ 16.406968] Bluetooth: MGMT ver 1.22
[ 16.418436] NET: Registered PF_ALG protocol family
[ 16.543048] Bluetooth: RFCOMM TTY layer initialized
[ 16.543080] Bluetooth: RFCOMM socket layer initialized
[ 16.543104] Bluetooth: RFCOMM ver 1.11
[ 17.103130] ICMPv6: process `dhcpcd’ is using deprecated sysctl (syscall) net.ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instead
[ 1505.546423] cma: cma_alloc: linux,cma: alloc failed, req-size: 46547 pages, ret: -12
[ 1505.546457] ------------[ cut here ]------------
[ 1505.546460] WARNING: CPU: 3 PID: 17990 at mm/page_alloc.c:5556 __alloc_pages+0x274/0x318
[ 1505.546473] Modules linked in: rfcomm cmac algif_hash aes_arm64 aes_generic algif_skcipher af_alg bnep hci_uart btbcm bluetooth ecdh_generic ecc libaes joydev rpi_panel_attiny_regulator regmap_i2c edt_ft5x06 dw9807_vcm arducam_64mp(O) 8021q tc358762 garp stp llc brcmfmac brcmutil cfg80211 vc4 v3d rfkill gpu_sched drm_shmem_helper snd_soc_hdmi_codec bcm2835_unicam drm_display_helper cec v4l2_dv_timings drm_dma_helper i2c_mux_pinctrl v4l2_fwnode drm_kms_helper v4l2_async i2c_mux snd_soc_core i2c_brcmstb bcm2835_codec(C) raspberrypi_hwmon bcm2835_isp(C) bcm2835_v4l2(C) rpivid_hevc(C) v4l2_mem2mem bcm2835_mmal_vchiq(C) snd_compress videobuf2_vmalloc snd_bcm2835(C) snd_pcm_dmaengine snd_pcm i2c_bcm2835 videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 snd_timer videobuf2_common videodev vc_sm_cma(C) snd mc syscopyarea sysfillrect sysimgblt fb_sys_fops uio_pdrv_genirq panel_simple nvmem_rmem uio drm i2c_dev fuse drm_panel_orientation_quirks backlight ip_tables x_tables ipv6
[ 1505.546625] CPU: 3 PID: 17990 Comm: python Tainted: G C O 6.1.21-v8+ #1642
[ 1505.546630] Hardware name: Raspberry Pi 4 Model B Rev 1.4 (DT)
[ 1505.546634] pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=–)
[ 1505.546638] pc : __alloc_pages+0x274/0x318
[ 1505.546642] lr : __dma_direct_alloc_pages.isra.31+0x168/0x1b0
[ 1505.546648] sp : ffffffc009963830
[ 1505.546651] x29: ffffffc009963830 x28: ffffff8101d1d860 x27: ffffff8106fa9150
[ 1505.546658] x26: 0000000000000001 x25: 0000000000000010 x24: 0000000000000000
[ 1505.546666] x23: 0000000000000000 x22: 0000000000000cc1 x21: ffffffe4dc0ad858
[ 1505.546673] x20: ffffff8101b77810 x19: ffffffe4dc0ad858 x18: 0000000000000001
[ 1505.546679] x17: 202c736567617020 x16: 3734353634203a65 x15: 7a69732d71657220
[ 1505.546686] x14: 2c64656c69616620 x13: 32312d203a746572 x12: ffffffe4dc5e73b0
[ 1505.546693] x11: 0000000000000003 x10: 0000000000000001 x9 : ffffffe4db31bee8
[ 1505.546700] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : ffffff81fefc1950
[ 1505.546706] x5 : 0000000000000001 x4 : 000000000000003f x3 : 0000000000000000
[ 1505.546713] x2 : 0000000000000000 x1 : 0000000000000001 x0 : ffffffe4dc728925
[ 1505.546720] Call trace:
[ 1505.546722] __alloc_pages+0x274/0x318
[ 1505.546726] __dma_direct_alloc_pages.isra.31+0x168/0x1b0
[ 1505.546730] dma_direct_alloc+0x104/0x318
[ 1505.546734] dma_alloc_attrs+0xac/0xc0
[ 1505.546738] vb2_dc_alloc+0xa8/0x180 [videobuf2_dma_contig]
[ 1505.546751] __vb2_queue_alloc+0x238/0x4a0 [videobuf2_common]
[ 1505.546770] vb2_core_reqbufs+0x280/0x4e8 [videobuf2_common]
[ 1505.546784] vb2_ioctl_reqbufs+0xc0/0x100 [videobuf2_v4l2]
[ 1505.546796] v4l_reqbufs+0x58/0x70 [videodev]
[ 1505.546844] __video_do_ioctl+0x184/0x3d8 [videodev]
[ 1505.546874] video_usercopy+0x2d8/0x740 [videodev]
[ 1505.546903] video_ioctl2+0x20/0x38 [videodev]
[ 1505.546932] v4l2_ioctl+0x48/0x68 [videodev]
[ 1505.546960] v4l2_compat_ioctl32+0x98/0xc0 [videodev]
[ 1505.546990] __arm64_compat_sys_ioctl+0x168/0x180
[ 1505.546996] invoke_syscall+0x4c/0x110
[ 1505.547003] el0_svc_common.constprop.3+0xfc/0x120
[ 1505.547008] do_el0_svc_compat+0x24/0x48
[ 1505.547013] el0_svc_compat+0x30/0x88
[ 1505.547019] el0t_32_sync_handler+0xe4/0x100
[ 1505.547025] el0t_32_sync+0x190/0x194
[ 1505.547030] —[ end trace 0000000000000000 ]—
[ 1505.547038] bcm2835-isp bcm2835-isp: dma alloc of size 190656512 failed
[ 1519.638113] cma: cma_alloc: linux,cma: alloc failed, req-size: 46547 pages, ret: -12
[ 1519.638135] bcm2835-isp bcm2835-isp: dma alloc of size 190656512 failed
[ 2469.717753] cma: cma_alloc: linux,cma: alloc failed, req-size: 46547 pages, ret: -12
[ 2469.717775] bcm2835-isp bcm2835-isp: dma alloc of size 190656512 failed
[ 2473.123086] cma: cma_alloc: linux,cma: alloc failed, req-size: 46547 pages, ret: -12
[ 2473.123108] bcm2835-isp bcm2835-isp: dma alloc of size 190656512 failed
[ 2475.409317] cma: cma_alloc: linux,cma: alloc failed, req-size: 46547 pages, ret: -12
[ 2475.409340] bcm2835-isp bcm2835-isp: dma alloc of size 190656512 failed
[ 2515.770237] cma: cma_alloc: linux,cma: alloc failed, req-size: 46547 pages, ret: -12
[ 2515.770260] bcm2835-isp bcm2835-isp: dma alloc of size 190656512 failed

all lib camera stuff does this

[1:01:14.993131851] [9425] INFO Camera camera_manager.cpp:297 libcamera v0.0.0+4367-ad9428b4
[1:01:15.015942927] [9427] WARN CameraSensorProperties camera_sensor_properties.cpp:261 No static properties available for ‘arducam_64mp’
[1:01:15.016155017] [9427] WARN CameraSensorProperties camera_sensor_properties.cpp:263 Please consider updating the camera sensor properties database
[1:01:15.163046655] [9427] INFO RPI vc4.cpp:444 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media4 and ISP device /dev/media1
[1:01:15.163197894] [9427] INFO RPI pipeline_base.cpp:1101 Using configuration file ‘/usr/share/libcamera/pipeline/rpi/vc4/rpi_apps.yaml’
[1:01:15.164295347] [9425] INFO Camera camera.cpp:1033 configuring streams: (0) 4576x3472-YUV420
[1:01:15.164927174] [9427] INFO RPI vc4.cpp:572 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SRGGB10_1X10 - Selected unicam format: 4624x3472-pRAA
[1:01:25.272173834] [9427] WARN V4L2 v4l2_videodevice.cpp:2007 /dev/video0[14:cap]: Dequeue timer of 10000000.00us has expired!
[1:01:25.272290888] [9427] ERROR RPI pipeline_base.cpp:1356 Camera frontend has timed out!
[1:01:25.272319036] [9427] ERROR RPI pipeline_base.cpp:1357 Please check that your camera sensor connector is attached securely.
[1:01:25.272344406] [9427] ERROR RPI pipeline_base.cpp:1358 Alternatively, try another cable and/or sensor.
ERROR: Device timeout detected, attempting a restart!!!

Hi,
There are two things needing to confirm with you.

  • Have u ever installed the libcamera from Arducam?

  • Have you connected all four cameras to the hat board?

Dion