Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
646 stars 70 forks source link

cant open csi camera with opencv #47

Open mostafanorouzi opened 10 months ago

mostafanorouzi commented 10 months ago

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

image

can you build in python3 with gstreamer on ?

Qengineering commented 10 months ago

@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.