Jetson-Nano-Ubuntu-20-image icon indicating copy to clipboard operation
Jetson-Nano-Ubuntu-20-image copied to clipboard

cant open csi camera with opencv

Open mostafanorouzi opened this issue 2 years ago • 1 comments

Hi this is output of opencv versioin and gstream is disable :

image

can you build in python3 with gstreamer on ?

mostafanorouzi avatar Sep 03 '23 11:09 mostafanorouzi

@mostafanorouzi,

Yes you can. First, be sure you have the appropriate GStreamer libraries installed before building OpenCV. See our guide. Once Gstreamer is up and running build OpenCV (again) with -D WITH_GSTREAMER=ON. See guide.

Qengineering avatar Sep 03 '23 12:09 Qengineering