GStreamer Support issue in cv2

Hi Team,

Encountering an issue where GStreamer support in opencv is not available, I have checked ‘getbuildinformation’ which shows:

Video I/O:
DC1394: NO
FFMPEG: YES
avcodec: YES (59.37.100)
avformat: YES (59.27.100)
avutil: YES (57.28.100)
swscale: YES (6.7.100)
avresample: NO
GStreamer: NO
v4l/v4l2: YES (linux/videodev2.h)

Could a kind soul point me in the right direction to enable. This is on a fresh Install JP6, Ubuntu 22.04.4 LTS.

Regards
James

Hi,
We have OpenCV package in SDK Components and if you install it through SDKManager, gstreamer is supposed to be enabled in OpenCV. Please try the commands to re-install the packages for a try:

$ sudo apt -y purge *libopencv*
$ sudo apt update
$ sudo apt install nvidia-jetpack

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