Can't run GStreamer commands with OpenCV (Windows)

Hi @salihozdemir, welcome to the forum :slight_smile:

To clarify:

  1. What gstreamer command are you running from your code?
  2. Have you remembered to change the autovideosink to appsink so OpenCV can receive the frames (in order to process and/or display them)?
  3. Does the command specified in this example work?
    'udpsrc port=5600 ! application/x-rtp, payload=96 ! rtph264depay ! decodebin ! videoconvert ! appsink'