Hello there,
I am trying to run this below pipeline , This GStreamer pipeline is designed to read an H.264-encoded video file, decode it using NVIDIA hardware acceleration, limit the frame rate to 10 FPS, resize and convert the video to BGR format, and finally deliver frames to an OpenCV application via appsink :
In my case, the problem was caused by a conflict between opencv-headless and other packages within the environment. Removing opencv-headless and installing the standard opencv-python package resolved the issue.
If you’re using a virtual environment, you can try the following steps: