The camera that comes with the AI Fusion Lab Kit is not working with my Raspberry Pi 5. I have made sure that the camera is connected to the PI 5 using the cable in the correct orientation. When I type the following command in the terminal I get the following:
rpicam-hello --list-cameras
Available cameras
0 : ov5647 [2592x1944 10-bit GBRG] (/base/axi/pcie@1000120000/rp1/i2c@80000/ov5647@36)
Modes: ‘SGBRG10_CSI2P’ : 640x480 [62.50 fps - (16, 0)/2560x1920 crop]
1296x972 [46.34 fps - (0, 0)/2592x1944 crop]
1920x1080 [32.81 fps - (348, 434)/1928x1080 crop]
2592x1944 [15.63 fps - (0, 0)/2592x1944 crop]
I believe that this means the the Raspberry Pi 5 recognises that the camera is attached. However, when I try to test the camera to determine if it is functional with just “rpicam-hello” I get the following error messages:
[0:23:11.230974358] [2565] INFO Camera camera_manager.cpp:340 libcamera v0.7.1+rpt20260609
[0:23:11.244308249] [2568] INFO RPI pisp.cpp:720 libpisp version v1.6.0 29-06-2026 (16:17:40)
[0:23:11.259382415] [2568] INFO IPAProxy ipa_proxy.cpp:184 Using tuning file /usr/share/libcamera/ipa/rpi/pisp/ov5647.json
[0:23:11.270409271] [2568] INFO Camera camera_manager.cpp:223 Adding camera ‘/base/axi/pcie@1000120000/rp1/i2c@80000/ov5647@36’ for pipeline handler rpi/pisp
[0:23:11.270443456] [2568] INFO RPI pisp.cpp:1181 Registered camera /base/axi/pcie@1000120000/rp1/i2c@80000/ov5647@36 to CFE device /dev/media0 and ISP device /dev/media2 using PiSP variant BCM2712_D0
Made X/EGL preview window
[0:23:11.460232641] [2568] WARN V4L2 v4l2_pixelformat.cpp:346 Unsupported V4L2 pixel format Nc30
[0:23:11.460280826] [2568] WARN V4L2 v4l2_pixelformat.cpp:346 Unsupported V4L2 pixel format Nc12
Mode selection for 1296:972:12:P
SGBRG10_CSI2P,640x480/0 - Score: 3296
SGBRG10_CSI2P,1296x972/0 - Score: 1000
SGBRG10_CSI2P,1920x1080/0 - Score: 1349.67
SGBRG10_CSI2P,2592x1944/0 - Score: 1567
Stream configuration adjusted
[0:23:11.460569344] [2565] INFO Camera camera.cpp:1216 configuring streams: (0) 1296x972-YUV420/sYCC (1) 1296x972-GBRG_PISP_COMP1/RAW
[0:23:11.460680177] [2568] INFO RPI pisp.cpp:1485 Sensor: /base/axi/pcie@1000120000/rp1/i2c@80000/ov5647@36 - Selected sensor format: 1296x972-SGBRG10_1X10/RAW - Selected CFE format: 1296x972-PC1g/RAW
[0:23:12.542106638] [2568] WARN V4L2 v4l2_videodevice.cpp:2096 /dev/video4[13:cap]: Dequeue timer of 1000000.00us has expired!
[0:23:12.542147286] [2568] ERROR RPI pipeline_base.cpp:1371 Camera frontend has timed out!
[0:23:12.542152638] [2568] ERROR RPI pipeline_base.cpp:1372 Please check that your camera sensor connector is attached securely.
[0:23:12.542157157] [2568] ERROR RPI pipeline_base.cpp:1373 Alternatively, try another cable and/or sensor.
ERROR: Device timeout detected, attempting a restart!!!
The error messages loops many times over. I am following Paul McWhorter’s lessons on Youtube and encountered this issue while trying to complete Lesson 15. I am using the custom operating system that was recommended for the course and have not modified it in anyway.



