Using CSI Camera for detecting object with yolov5

Hello
I tried yolov5 detect.py with using csi camera.
But i have just error message that is VIDEOIO ERROR: V4L: Unable to get camera FPS and VIDEOIO ERROR: V4L2: property frame_count is no supported.
But i tried with web cam, it is working well and used only csi camera without detecting it works well
How can i fix this problem?

Hi,
please run the command to make sure the camera source is good:

$ gst-launch-1.0 nvarguscamerasrc ! nvovoerlaysink

You should see camera preview if the source is good.

Thank u
That command is wokring to me. But green screen streaming is not wokring

Hi,
It looks like v4l2src plugin is used in the sample. For CSI camera, nvarguscamerasrc plugin is used. Please check the sample and modify the gstreamer pipeline to use nvarguscamerasrc

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.