Standard camera module 3 problem - No available USB cameras found but libcamera-hello is working raspberry pi 5

I have standard Raspberry PI 5 camera module 3 and it is not working with hailo8

  1. I got all updates
  2. made source setup_env and python 3. detenction is working on example movie.
  3. basic_pipelines/get_usb_camera.py IS NOT showing any camera on the list

Hi @kontakt Note that the RPi camera is not a “USB” camera. (It is using MIPI CSI). To detect your rpi camera see RPi’s camera documentation: https://www.raspberrypi.com/documentation/computers/camera_software.html
To work with RPi camera on Hailo’s examlpes use --input rpi flag.

1 Like

thank you. Yes it worked. [SOLVED]