How to integrate csi-camera with yolov5 model to run on Jetson Nano

Hi,

We only support the default python version. For JetPack4, it’s python 3.6.
For other python versions, you can build it from the source:

You can infer the model with the sample shared above.
For YOLOv5, you will need some post-processing to convert the output tensor into bounding boxes.
You can check the author’s code or some community implementation for more info.

Thanks.