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

Friday, July 8, 2016

GstShark V1.2!!

At RidgeRun, we know how important it is to have the right tools to debug your pipeline and tune your system. The right tools are specially useful when your pipeline is not giving you the desired framerate, has too high of CPU load, or causes long latency delays. GstShark is a performance tuning tool for profiling and tuning GStreamer pipelines that integrates right into GStreamer's core. Included in this release: * Offline CTF tracing * Eclipse plug-in front end * Several out-of-the box tracers: - Filter processing time - Inter-latency - Frames per second - Per core CPU usage - Pad scheduling time - Pipeline graphic representation * GNU/Octave scripts to ease data plotting and analysis * Several bug fixes and enhancements. When using GstShark, you benefit from several of its inherent properties as: * Stand alone, GStreamer based library * Portable code * Extensible architecture * Low overhead * Simple usage Besides, thanks to its standard CTF tracing module, GstShark can be integrated with no additional effort to external tools, such as BabelTrace, TraceCompass, and much more! Ask for your evaluation version now!

Find more info at:
http://developer.ridgerun.com/wiki/index.php?title=GstShark
http://developer.ridgerun.com/wiki/index.php?title=GstShark_Examples

Thursday, April 21, 2016

New! USB Video Class Gadget Library - libguvc

The UVC Video Class Gadget Library or libguvc for short is a platform agnostic library that simplifies the development of UVC based gadget devices by encapsulating the most of the UVC communication leaving just the basic setup to the user. It runs on top of the UVC function driver in the user space and takes care of the communication between the user application and the linux driver stack. 

See a demo of it in action on our product web page here

Friday, April 8, 2016

RidgeRun Irazu support for AM5728 EVM

RidgeRun is announcing availability of our SDK support for TI AM5728 based processors.  The RidgeRun SDK supports the following features at launch
  • U-boot-2015.07 
  • Linux kernel 4.1.13
  • Linaro Toolchain 5.2-2015-2 version
  • Processor SDK integrated in a user friendly build system:
    • Video Decode: H264, MPEG4, MPEG2, and VC1
    • Video Encode: H264, and MPEG4
    • Image Decode: JPEG
    • Video decoding on ARM: H.265
    • Audio encoding and decoding on ARM: AAC, MPEG2 (leveraging open source codecs)
    • VPE(supports video operations such as scaling, color space conversion, and de-interlacing)
      • Supported Input formats: NV12, YUYV, UYVY
      • Supported Output formats: NV12, YUYV, UYVY, RGB24, BGR24, ARGB24, ABGR24
  • GStreamer 1.6.1
  • SD, NFS filesystem support
  • Boot methods: SD card and EMMC
  • Many open source applications available like: QT, net-snmp, GStreamer, Busybox, etc
  • RidgeRun services for integration of graphic acceleration technology with open source software stacks
  • Ubuntu 14.04 and 15.04

Read more about it here:

Friday, March 4, 2016

Gstreamer 1.6 on DM8168

RidgeRun knows how important it is to use the latest releases available for multimedia frameworks as Gstreamer. The use of latest version allows you to take advantage of the latest fixes provided by the community saving you time and money to get your product to market. RidgeRun is glad to annouce its support for gstreamer 1.6 (OMX based) on DM8168 devices.

Check our project on github


Wednesday, February 17, 2016

GstShark Development Project

We have had numerous inquiries to our development wiki pages related to an internal product we called Gst-Tune. Gst-Tune was a performance tuning tool we developed internally to help diagnose GStreamer pipeline performance issues and to reduce latency and CPU consumption when developing our customers streaming media products. GstShark will be available as a product to our customers and built on the latest GStreamer 1.x framework.

Sign-up to hear more about updates to this project

OpenFD Full Release

Have you tried our OpenFD firmware loader?  All new Irazu based SDK's come with OpenFD support!

OpenFD (Open Firmware Deployer) is an open source tool that helps developers to deploy their firmware to a target board in a variety of ways. Most of the steps required to prepare a bootable SD card, flash programming, and other deployment scenarios, can be simplified and automated using OpenFD. It is designed for boards that run U-Boot as their bootloader, Embedded Linux as their kernel component, and requires a GNU/Linux host PC.

See it in our Github repository

Announcing support for SolidRun Hummingboard

RidgeRun is please to announce support for the SolidRun Hummingboard!  This product will be available as an evaluation download and professional SDK in our Webstore next week!


Announcing Irazu!

Irazu is the latest release of RidgeRun's SDK.  We have incorporated dozens of patches, updates and new supported SoC's into our latest product.  Irazu is the base building block for all new and upcoming RidgeRun products like OpenFD. Irazu is the best streaming media embedded Linux software development tool.  All new RidgeRun SDK purchases will be based on Irazu.

Learn more in our Developers Wiki about Irazu

Sign up to follow our progress on new SDK features and releases

Announcing support for Texas Instruments AM5728 EVM

"There's a core for that and RidgeRun has a streaming audio video SDK optimized for it" We are happy to announce the RidgeRun SDK for Sitara AM572x, the new TI chip also called BeagleBoard-X15 is now supported by the flexible, fast build and easy to use SDK provided by RidgeRun. Integrated with the Processors SDK provided by TI the SDK will allow you to configure, rebuild and keep tracking of all the source code of your product easily without those headaches caused by code handling. The SDK includes kernel 4.1 LTS, uboot 2015, gstreamer 1.6 and other useful libraries that will allow you to handle multiple cameras and up to 1080p60 without problems"

See it in our webstore next week!