All public logs

Combined display of all available logs of RidgeRun Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:42, 28 June 2024 Jgarcia talk contribs created page RidgeRun Product Demos/Example overviews/In-band Metadata (Created page with "<noinclude> {{RidgeRun Product Demos/Head|previous=Example overviews/GstSEI|next=Contact Us}} </noinclude> {{DISPLAYTITLE: In-band Metadata for MPEG Transport Stream Examples|noerror}} == Summary == GStreamer In-Band Metadata for MPEG Transport Stream is a set of plugins for the communication channel used to carry additional data or information related to a specific source, allowing receivers to extract and access this metadata, such as GPS location in video frames, whi...")
  • 15:39, 28 June 2024 Jgarcia talk contribs created page RidgeRun Product Demos/Example overviews/GstSEI (Created page with "<noinclude> {{RidgeRun Product Demos/Head|previous=Example overviews/GstRTSPSink|next=Example overviews/In-band Metadata}} </noinclude> {{DISPLAYTITLE: GstSEI Examples|noerror}} == Summary == GstSEI is a plugin with three elements, that allow inserting and extracting metadata into and from a H264 or H265 encoded stream. {| class="wikitable" |+ GstSEI examples list |- ! Example !! Description |- | Recording metadata || Examples pipelines for inserting metadata into a r...")
  • 15:32, 28 June 2024 Jgarcia talk contribs created page RidgeRun Product Demos/Example overviews/GstRTSPSink (Created page with "<noinclude> {{RidgeRun Product Demos/Head|previous=Example overviews|next=Example overviews/GstSEI}} </noinclude> {{DISPLAYTITLE: GstRTSPSink Examples|noerror}} == Summary == The RTSP Sink is a GStreamer sink element which permits high performance streaming to multiple computers using the RTSP protocol. This element leverages previous logic from RidgeRun's RTSP server but providing the benefits of a GStreamer sink element like great flexibility to integrate into applica...")
  • 15:25, 28 June 2024 Jgarcia talk contribs created page RidgeRun Product Demos/Example overviews (Created page with "<noinclude> {{RidgeRun Product Demos/Head|previous=Building examples|next=Example overviews/GstRTSPSink}} </noinclude> {{DISPLAYTITLE: Getting Started with GstQtOverlay plugin|noerror}} In this section, you will find guides on: * GstRTPSink: This section has an overview of the GstRTPSink examples. * GstSEI: Th...")
  • 14:45, 28 June 2024 Jgarcia talk contribs created page RidgeRun Product Demos/Building examples (Created page with "The demos have been separated into simple and advanced examples for each product. The simple examples are meant to show off the basic capabilities such as video/audio handling and basic operation cases. These examples created in bash scripts which need no further building. The advanced examples show off more complex capabilities of the product. These sometimes require a dynamic handling of properties, signals and events to properly demo of the operation. This is not eas...")
  • 16:07, 20 June 2024 Jgarcia talk contribs created page RidgeRun Product Demos (Created page with "== Introduction == Brief description of the product demos purpose and its repository. List current available product examples: * GstRTSPsink * GstSEI * In-band metadata == Building examples == Give quick explanation of how the building for the examples is done. Explain details on dependencies. Point out docker container can be used for jetson products to avoid install. Give external links to specific products (this would be needed for x86 cases). == RTSPsink =...")
  • 20:34, 24 April 2024 Jgarcia talk contribs created page How to snoop I2C bus communications (Created page with "== I2C bus snooping == Viewing the I2C communications being done can be useful in finding errors. The data transferred by the system over the I2C bus can be snooped using the kernel's <code>FTRACE</code>. The following settings should be enabled in the kernel in order to access the I2C logs (these are enabled by default in Jetpacks): <pre> CONFIG_FTRACE CONFIG_ENABLE_DEFAULT_TRACERS </pre> To enable the i2c tracing, use the following command: <pre> echo 1 >/sys/kernel...")