I have standard Raspberry PI 5 camera module 3 and it is not working with hailo8
- I got all updates
- made source setup_env and python 3. detenction is working on example movie.
- basic_pipelines/get_usb_camera.py IS NOT showing any camera on the list
I have standard Raspberry PI 5 camera module 3 and it is not working with hailo8
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.
thank you. Yes it worked. [SOLVED]