Thursday, September 7, 2017

GStreamer Conference 2017

RidgeRun is happy to announce its participation in the GStreamer Conference 2017! RidgeRun will be presenting the following topics:

  • 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

Please take the opportunity to chat with some of our engineers on Saturday and Sunday 21-22 October 2017 at node5 in Prague, Czech Republic! 

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

Moving your raspberry pi project to a more powerful platform like Tegra X1? RidgeRun reduces your time to market offering add-on drivers ready to use on Tegra X1 for cameras like raspberry pi v2 (IMX219) and raspberry pi v1 (ov5647). These V4L2 drivers have been developed for latest Jetpack R24.2 and tested with gstreamer 1.9 allowing you to capture up to 8 Megapixels. For those products needing a HDMI input with 4K support we are also happy to announce our support to the J130 board created by Auvidea with 4K video support through the TC358840 chip from Toshiba. RidgeRun can also develop your custom driver for any camera chip, please contact us for more information. All this tested under a gstreamer environment ready to shine in your demo!


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

Combining the power of the TX1 and the TK1 with the flexibility of RidgeRun's professional SDK, our RidgeRun development solution will speed up your time to market. Focus on your product, not the infrastructure. Choose the right tools to get to market fast.

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

We are pleased to announce our new release of libguvc library. With this update, we have added new features to the library (H264 and MJPEG video format support) and because the people at RidgeRun are known GStreamer fans, we have included a sample GStreamer sink element that allows direct video USB streaming using gst-launch. Additionally, we have increased the list of reference examples for V4L2 and GStreamer APIs. Developing UVC gadget devices has never been this easier!! You can find more information about the library at:
http://developer.ridgerun.com/wiki/index.php?title=USB_Video_Class_Gadget_Library_-_libguvc

Monday, October 31, 2016

GstWebRTC -- GStreamer Web RTC

GstWebRTC is a GStreamer plug-in that turns pipelines into WebRTC compliant endpoints. The plug-in is equipped with two elements:
  • GstWebRTCSrc
  • GstWebRTCSink
which allows audio and/or video streaming using the WebRTC protocol.

Learn more at:

http://developer.ridgerun.com/wiki/index.php?title=GstWebRTC