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: It seems to be some problem with v4l2h264enc. Enabling GST_DEBUG=4 gives me These two errors look most important to me, but you can see the full log here. Using
Tag: gstreamer
How to convert a video (on disk) to a rtsp stream
I have a video file on my local disk and i want to create an rtsp stream from it, which i am going to use in one of my project. One way is to create a rtsp stream from vlc but i want to do it with code (python would be better). I have tried opencv’s VideoWritter like this But
Cannot Import GST in Python
I’m in a quandary. I’m following the following tutorial (specifically, 6.4.2) http://majorsilence.com/pygtk_audio_and_video_playback_gstreamer I’m running Python 2.7, PyGTK 2.24, and GStreamer WinBuilds 10.7 (the main installer and the SDK). When I try and compile the program, I get the following error: Traceback (most recent call last): File “”, line 1, in import gst File “C:Program FilesOSSBuildGStreamerv0.10.6libsite-packagesgst-0.10gst__init__.py”, line 193, in from _gst