Pi Camera

I am wondering whether the PiCamera v2 is compatible to run YOLO with Deepstream or whether I should purchase Logitech one, thanks

PiCamera v2 should work fine.

Hey, thanks for the reply. When running the demo with PiCamera v2 i get this error:
Error details: gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:dstest1-pipeline/GstV4l2Src:camera-source: streaming stopped, reason not-negotiated (-4)

What should i do?

Which demo? The dstest1 I am thinking of has no camera source by default. If you to modify it to use the CSI camera, the source element is nvarguscamerasrc. You can get it’s documentation with:

gst-inspect-1.0 nvarguscamerasrc

I am talking about live-stream notebook which came prebuilt with [NVIDIA DLI DeepStream Jetson Nano SD Card Image v1.0.0] . The error persists…

I have never touched the DLI image. An Nvidia rep will have to answer your question.

Some additional drivers may need to be installed for DLI image.
Why you are using DLI image - its only for the DLI course and if you are looking to deploy, it may not be a good idea to use DLI image

There are several samples in SDK package.