- GStreamer Daemon - building a media server in under 30 minutes
- GstShark profiling: a real-life example
- GstGPGPU - GstCUDA and GstOpenCL
- GStreamer and OpenCV using a GstOpenCV element
Thursday, September 7, 2017
GStreamer Conference 2017
Thursday, February 2, 2017
Gstreamer pre-record element
Tired of trying to capture the right moment while recording?
RidgeRun knows how important is the video content and we know some events happen only once in life. That is why we have introduced GStreamer Pre-record element. The pre-record element has been designed to pre-record both audio and video continuously on a FIFO. The FIFO time is configured and defines the amount of data you want to buffer, this way it will always keep the previous nth seconds before a recording event happens.
Using pre-record with motion detection or other event activity sensor is a great way to see what happened right before an event occurs. For example, using pre-record in a car's video capture system along with an accelerometer allows the history right before an accident to be captured. Using pre-record with motion detection allows the changing scene to be included in the video allowing the sensitivity of the motion detection to be turned down and thus avoiding false MD triggers.
Adding this feature to your produce with our pre-record element is as easy as just add a new element on your pipeline and that's it! For more information about the GStreamer Pre-record element visit:
http://developer.ridgerun.com/wiki/index.php? title=GStreamer_pre-record_element
Tegra X1 - OV5647/IMX219 driver and six camera capture
Looking for a SoC able to handle 6 camera simultaneously?
Please check RidgeRun support on Tegra X1 and Gstreamer and let's your design and imagination fly:
https://developer.ridgerun.com/wiki/index.php? title=Sony_IMX219_Linux_driver_for_Tegra_X1
https://developer.ridgerun.com/wiki/index.php? title=OmniVision_OV5647_Linux_driver_for_Tegra_X1
Monday, November 7, 2016
Tegra X1 camera drivers for Raspberry PI camera v2 (IMX219) and v1 (ov5647), TC358840 for 4K
IMX219 Release notes and video
http://developer.ridgerun.com/wiki/index.php?title=Sony_IMX219_Linux_driver_for_Tegra_X1#Overview_Video
OV5647 Release notes
http://developer.ridgerun.com/wiki/index.php?title=OmniVision_OV5647_Linux_driver_for_Tegra_X1
Tuesday, November 1, 2016
Tegra TX1 and TK1 Professional SDK
The RIdgeRun Tegra TX1 / TK1 SDK integrates all the various components needed to build and deploy software on Jetson hardware. * One command to rebuild kernel or bootloader when a patch is needed or a new driver is added * One command to flash the board with support for boot from SD card, emmc, or NFS * Easy configuration for NFS based root file system making simplifying application development and testing * Support for latest releases of GStreamer technology * Support for source code management, patching, customization allowing changes to be trackable and past code versions to be rebuilt. * Enhanced support for video capture devices including multi-camera capture support
TegraX1 SDK
Release Version v0.6.0
Quick Start Guide
https://developer.ridgerun.com/wiki/index.php?title=Getting_Started_Guide_for_Tegra_X1_Jetson
Release Notes
https://developer.ridgerun.com/wiki/index.php?title=RidgeRun_Professional_SDK_Irazu_for_Nvidia_TegraX1_-_Release_Notes
TegraK1 SDK
Release Version v0.6.0
Quick Start Guide
https://developer.ridgerun.com/wiki/index.php?title=Getting_Started_Guide_for_Tegra_K1_Jetson
Release Notes
https://developer.ridgerun.com/wiki/index.php?title=RidgeRun_Professional_SDK_Irazu_for_Nvidia_TegraK1_-_Release_Notes
USB Video Class Gadget Library - libguvc 1.3.x
http://developer.ridgerun.com/wiki/index.php?title=USB_Video_Class_Gadget_Library_-_libguvc
Monday, October 31, 2016
GstWebRTC -- GStreamer Web RTC
- GstWebRTCSrc
- GstWebRTCSink
Learn more at:
http://developer.ridgerun.com/wiki/index.php?title=GstWebRTC