python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use Gstreamer OpenCV plugin on Windows
I am trying to build a simple program using GStreamer using the faceblur plugin that can be found in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad on Windows.
As a starting point I used the...
Marc F
Votes: 0
Answers: 1
GStreamer AppSrc AppSink latency
I'm would like to use GStreamer to decode an H264 frame. My pipeline looks like this:
appsrc name=source max-buffers=1 ! video/x-h264, framerate=10/1, stream-format=byte-stream ! h264parse name=pars...
PierreYves
Votes: 0
Answers: 0
RPi tcp video streaming with opencv and gstreamer using v4l2h264enc
I am trying to stream frames using OpenCV and Gstreamer in Python. I'm on a 64 bit Bulseye Raspberry Pi 4.
This is the pipeline I am using on the Raspberry:
pipeline = 'appsrc ! "video/x-raw,fram...
Jaka
Votes: 0
Answers: 2