Skip to content
Advertisement

Tag: gstreamer

Receive RTP stream with gstreamer

I’m trying to stream from a linux-based microcontroller, using gstreamer, to a python script. This is to workaround some firmware issues on the microcontroller where it cannot open the camera directly with opencv/python. The launch output command looks like this for gstreamer: My question is, what would the “receive” command look like? Currently it’s using this: But that throws the

How to solve a RAW stream playback problem with GStreamer and VAAPi

I am currently experiencing a small problem with GStreamer, here are more details: Configuration: Intel i7-6700 Intel HD Graphics 530 Ubuntu 18.04 LTS GStreamer1.0 VAAPI plugin I receive a UDP stream from a video source, this stream is sent in RAW UYVY format. Here is my command line to decode it: gst-launch-1.0 -v udpsrc port=”1234″ caps = “application/x-rtp, media=(string)video, clock-rate=(int)90000,

ov5642 not working in 30fps

We have a customized i.MX6Q Board based on sabrelite reference board. We have the following configuration: Linux : 3.10.53 Gstreamer 1.0 latest i.MX6 Plugins We connected OV5642 Camera over CSI Interface..Used the following command to display the camera output on the screen. It works, but initially, it takes time to settle for few seconds, there is genlock issue But when

Advertisement