New pages

New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 16:48, 11 April 2024RidgeRun Developer Manual/Coding Styles/C (Linux Kernel) (hist | edit) ‎[10,124 bytes]Eramirez (talk | contribs) (Created page with "<noinclude> {{RidgeRun Developer Manual/Head|previous=Coding Styles/C|next=Coding Styles/C++|metakeywords=}} </noinclude> == Introduction to 'C++' Coding Styles == When writing software source code there are many coding styles as the concept covers a lot of aspects (some of them subjective). Here we summarize some of the most common concepts, in case of doubt and for more information, please refer to [https://www.kernel.org/doc/html/v5.10/process/coding-style.html Lin...")
  • 20:04, 5 April 2024Sharing Host SSH Keys with Embedded Platforms (hist | edit) ‎[5,063 bytes]Mgruner (talk | contribs) (Created page with " As embedded platforms grow larger in capabilities, it is not uncommon to perform development natively in the board itself. SSH agent forwarding allows developers to use their SSH keys across different machines without having to copy the private keys to those machines. This technique is particularly useful in scenarios involving embedded platforms, which are typically shared by multiple developers. == The Challenge with SSH Key Management == Working with services like G...")
  • 17:03, 2 April 2024Qualcomm Robotics RB5/AI hardware acceleration/Neural Processing SDK/Running Detection (hist | edit) ‎[3,721 bytes]Lleon (talk | contribs) (Created page with "<noinclude> {{Qualcomm Robotics RB5/Head|previous=AI_hardware_acceleration/Neural_Processing_SDK/Example_project|next=AI_hardware_acceleration/TensorFlow|keywords=neuralsdk}} </noinclude> <noinclude> {{Qualcomm Robotics RB5/Foot|AI_hardware_acceleration/Neural_Processing_SDK/Example_project|AI_hardware_acceleration/TensorFlow}} </noinclude>")
  • 15:22, 1 April 2024Spherical Video PTZ/Getting Started/Getting the code (hist | edit) ‎[6,180 bytes]Jmora (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=Getting Started/Evaluating the Product|next=User Guide|metakeywords=}} </noinclude> <noinclude> {{Spherical Video PTZ/Foot|Getting Started/Evaluating the Product|User Guide}} </noinclude>")
  • 15:18, 1 April 2024Spherical Video PTZ/Getting Started/Evaluating the Product (hist | edit) ‎[3,475 bytes]Jmora (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=Getting Started/Projections Used|next=Getting Started/Getting the code|metakeywords=}} </noinclude> <noinclude> {{Spherical Video PTZ/Foot|Getting Started/Projections Used|Getting the code}} </noinclude>")
  • 19:32, 27 March 2024Qualcomm Robotics RB5/Demos/Smart Camera (hist | edit) ‎[6,859 bytes]Lleon (talk | contribs) (Created page with "Under construction")
  • 15:15, 25 March 2024Spherical Video PTZ/Performance/Jetson AGX Xavier (hist | edit) ‎[10,049 bytes]Jmora (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> ==Using CPU== * This pipeline generates a video test pattern, applies PTZ transformations, and resizes the output video to 1280x720 pixels for display. <syntaxhighlight> gst-launch-1.0 videotestsrc pattern=0 ! "video/x-raw,width=1920,height=1080" ! rrpanoramaptz zoom=2.1 ! "video/x-raw,width=1920,height=1080" ! queue ! videoconvert ! autovideosink </syntaxhighlight> * This pipeline read...")
  • 15:13, 25 March 2024Spherical Video PTZ/Performance (hist | edit) ‎[426 bytes]Jmora (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> <br> <br> ==Examples== This wiki provides performance information for the Spherical Video PTZ product on different platforms: *;Gst-launch examples <noinclude> {{Spherical Video PTZ/Foot||}} </noinclude>")
  • 18:49, 22 March 2024Getting Started with ROS on Embedded Systems/C++ User Guide (hist | edit) ‎[334 bytes]Aartavia (talk | contribs) (Created page with "{{Getting Started with ROS on Embedded Systems/Head|previous=ROS on Embedded Systems Basics|next=User Guide/C++/Package set up|metakeywords=ROS}} ROS2 has a C++ and a Python api, this section is a small guide on the C++ api. {{Getting Started with ROS on Embedded Systems/Foot|User Guide/C++/Initialization|User Guide/C++/Messages}}")
  • 19:58, 21 March 2024Qualcomm Robotics RB5/Demos (hist | edit) ‎[376 bytes]Lleon (talk | contribs) (Created page with "<noinclude> {{Qualcomm Robotics RB5/Head|previous=Sensors/IMU|next=Demos/Drone_Demo|metakeywords=ttflite}} </noinclude> <noinclude> {{Qualcomm Robotics RB5/Foot|Sensors/IMU|Demos/Drone_Demo}} </noinclude>")
  • 19:56, 21 March 2024Qualcomm Robotics RB5/Sensors (hist | edit) ‎[396 bytes]Lleon (talk | contribs) (Created page with "<noinclude> {{Qualcomm Robotics RB5/Head|previous=AI_hardware_acceleration/TensorFlow/TensorFlow_to_DLC_Conversion|next=Sensors/IMU|metakeywords=ttflite}} </noinclude> <noinclude> {{Qualcomm Robotics RB5/Foot|AI_hardware_acceleration/TensorFlow/TensorFlow_to_DLC_Conversion|Sensors/IMU}} </noinclude>")
  • 16:41, 21 March 2024Qualcomm Robotics RB5/Demos/Drone Demo (hist | edit) ‎[5,440 bytes]Ctrejos (talk | contribs) (Created page with "= Introduction = This demo consists of a simulated drone system on a Qualcomm Robotics RB5 that performs live capture, image processing, sensor readings, metadata, encoding and network transmission. Some of the key components it explores include: * PTZR for dynamic control of the imager * Accelerometer readings embedded as metadata in the stream * H265 encoding * RTSP streaming * A media server for media management The following image summarizes the overall functiona...")
  • 16:23, 21 March 2024Spherical Video PTZ/Examples/GstD (hist | edit) ‎[2,581 bytes]Jmora (talk | contribs) (Created page with "===Using GPU=== <syntaxhighlight> gst-launch-1.0 videotestsrc pattern=0 ! nvvidconv ! "video/x-raw(memory:NVMM),format=RGBA,width=1920,height=1080" ! rrpanoramaptz ! nvvidconv ! nvv4l2h264enc idrinterval=30 insert-aud=true insert-sps-pps=true insert-vui=true ! h264parse ! mpegtsmux ! udpsink port=1234 host=192.168.0.10")
  • 16:23, 21 March 2024Spherical Video PTZ/Examples/Gst-launch (hist | edit) ‎[4,168 bytes]Jmora (talk | contribs) (Created page with " ===Using CPU=== This command generates a video test pattern, applies PTZ transformations, and resizes the output video to 1280x720 pixels for display. <syntaxhighlight> gst-launch-1.0 videotestsrc pattern=0 ! "video/x-raw,width=1920,height=1080" ! rrpanoramaptz zoom=2.2 tilt=40 pan=80 ! "video/x-raw,width=1280,height=720" ! queue ! videoconvert ! autovideosink sync=false </syntaxhighlight> This pipeline reads an image, applies a 2x zoom transformation, and displays th...")
  • 16:20, 21 March 2024Spherical Video PTZ/Examples/Page1 (hist | edit) ‎[1,372 bytes]Jmora (talk | contribs) (Created page with " ===Using CPU=== This command generates a video test pattern, applies PTZ transformations, and resizes the output video to 1280x720 pixels for display. <syntaxhighlight> gst-launch-1.0 videotestsrc pattern=0 ! "video/x-raw,width=1920,height=1080" ! rrpanoramaptz zoom=2.2 tilt=40 pan=80 ! "video/x-raw,width=1280,height=720" ! queue ! videoconvert ! autovideosink sync=false </syntaxhighlight> This pipeline reads an image, applies a 2x zoom transformation, and displays th...")
  • 16:11, 21 March 2024Spherical Video PTZ/Examples (hist | edit) ‎[473 bytes]Jmora (talk | contribs) (Created page with "=Examples= This wiki provides serves as a guide on how to evaluate the Spherical Video PTZ applications")
  • 15:39, 21 March 2024Qualcomm Robotics RB5/Sensors/IMU (hist | edit) ‎[4,616 bytes]Ctrejos (talk | contribs) (Created page with "= IMU = The Qualcomm Robotics RB5 Platfrom comes with the ICM-42688-P, a 6-axis IMU that combines a 3-axis gyroscope and a 3-axis accelerometer. In this section we will learn how to extract the information on angular velocity and linear acceleration, as well as timestamp metadata. == Hardware configuration == Before moving forward with the software configuration, make sure you have the proper hardware configuration for your setup. More specifically, check the DIP switc...")
  • 14:02, 21 March 2024Validate JSON data using schemas (hist | edit) ‎[4,047 bytes]Anavarro (talk | contribs) (Created page with "= Introduction = JSON files are a great way to expose configurations in our application without having to change the code. However, sometimes we or our users might enter data that is not expected, so we need to validate somehow the input. One way to do this is programatically, by checking that certain key values are present, however, for more complex configurations where some attributes are optional this can become difficult. One alternative is to use schemas, as defi...")
  • 23:25, 20 March 2024Spherical Video PTZ/Getting Started/Projections Used (hist | edit) ‎[3,075 bytes]Rgonzalez (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> =Overview= This section provides the theoretical explanations of the Equirectangular and Rectilinear projections, which are used on the Spherical Video PTZ. =Equirectangular Projection= Equirectangular images, also referred to as 360° images, capture a panoramic view from a fixed point where the imaging system is positioned. These images encapsulate a complete 360° perspective, allow...")
  • 23:24, 20 March 2024Spherical Video PTZ/Getting Started/Spherical Video PTZ (hist | edit) ‎[2,144 bytes]Rgonzalez (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> ==What is the Spherical Video PTZ?== This application, developed by [https://www.ridgerun.com/ RidgeRun], allows users to easily pan, tilt, and zoom over an image. It is designed to support both NVIDIA GPU devices and systems without an NVIDIA GPU, ensuring optimal performance on any device. You can pan and tilt the image from 0° to 360° and zoom-in or zoom-out from 0.1x to 10x. Use th...")
  • 02:05, 20 March 2024Spherical Video PTZ/Getting Started/Equirectangular Projection (hist | edit) ‎[2,307 bytes]Rgonzalez (talk | contribs) (Created page with "=Theory of the Projection= Equirectangular images, also referred to as 360° images, capture a panoramic view from a fixed point where the imaging system is positioned. These images encapsulate a complete 360° perspective, allowing all surrounding information to be displayed within a single flat image. To illustrate this concept, consider visualizing the Earth as a sphere and then "unfolding" it along the central meridian (shown by the red lines in the accompanying imag...")
  • 22:38, 19 March 2024Spherical Video PTZ/Getting Started/Spherical Video PTZ and Libpanorama (hist | edit) ‎[3,246 bytes]Rgonzalez (talk | contribs) (Created page with "=What is the Spherical Video PTZ?= This is an application developed by [https://www.ridgerun.com/ RidgeRun] that enables a user to Pan, Tilt and Zoom over an image on a very easy and user friendly way. It has been developed to give support to NVIDIA GPU devices and systems without an NVIDIA GPU, which ensures that it would be supported by any device and that it will have an optimal performance. <br> Having question how does the Pan, Tilt and Zoom works? If so check th...")
  • 22:08, 19 March 2024NVIDIA GTC 2024 360 VR Demo/Using the Demo/Meta Quest App (hist | edit) ‎[1,666 bytes]Carguedas (talk | contribs) (Created page with "<noinclude> {{NVIDIA GTC 2024 360 VR Demo/Head|previous=Using the Demo/Usage|next=RidgeRun Products in the Demo|metakeywords=}} </noinclude>")
  • 12:46, 19 March 2024Spherical Video PTZ/User Guide/GStreamer (hist | edit) ‎[4,537 bytes]Jmora (talk | contribs) (Created page with "==Building the project== ==Quick start guide== ==Examples gst-launch== ==Examples gstd==")
  • 12:44, 19 March 2024Spherical Video PTZ/User Guide/Quick Start Guide (hist | edit) ‎[9,616 bytes]Jmora (talk | contribs) (Created page with "== Minimal Application ==")
  • 12:37, 19 March 2024Spherical Video PTZ/User Guide/Building and Installation (hist | edit) ‎[7,692 bytes]Jmora (talk | contribs) (Created page with "=WIP - Wiki= This wiki shows how to build the source code. It assumes you have already purchased a license and received access to the source code. If not, head to How to Get the Code for instructions on how to proceed. == Install the Dependencies == Before anything, ensure you have installed the following dependencies: * '''Git''': To clone the repository. * '''Meson''': To configure the project. * '''Ninja''': T...")
  • 12:22, 19 March 2024Spherical Video PTZ/User Guide (hist | edit) ‎[609 bytes]Jmora (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> <br> <br> <noinclude> {{Spherical Video PTZ/Foot||}} </noinclude>")
  • 17:35, 16 March 2024Spherical Video PTZ/Getting Started (hist | edit) ‎[686 bytes]Spalli (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> <br> <br> <noinclude> {{Spherical Video PTZ/Foot||}} </noinclude>")
  • 17:24, 16 March 2024Spherical Video PTZ/Contact Us (hist | edit) ‎[242 bytes]Spalli (talk | contribs) (Created page with "<noinclude> {{Spherical Video PTZ/Head|previous=|next=|metakeywords=}} </noinclude> <br> <br> {| {{WikiGuideConatctUs‎}} |} <noinclude> {{Spherical Video PTZ/Foot||}} </noinclude>")
  • 15:54, 16 March 2024Spherical Video PTZ (hist | edit) ‎[774 bytes]Spalli (talk | contribs) (Created page with "<seo title="Spherical Video PTZ | PTZ | RidgeRun" titlemode="replace" metakeywords="GStreamer, NVIDIA, RidgeRun, Jetson, TX1, TX2, Jetson AGX Xavier, Xavier, AI, Deep Learning, Jetson, TX1, TX2, Jetson TX1, Jetson TX2, Jetson Xavier, NVIDIA Jetson Xavier, NVIDIA Jetson Orin, Jetson Orin, Orin, NVIDIA Orin, NVIDIA Jetson AGX Orin, Jetson AGX Orin, Deep Learning, Spherical Video PTZ, PTZ, Spherical Video" metadescription="This Wiki guide explains more in detail about the S...")
  • 17:31, 6 March 2024Qualcomm Robotics RB5/AI hardware acceleration/TensorFlow/TensorFlow to DLC Conversion (hist | edit) ‎[9,162 bytes]Jmora (talk | contribs) (Created page with "Test")
  • 14:57, 27 February 2024How to Clean the Disk with ncdu (hist | edit) ‎[2,696 bytes]Asolis (talk | contribs) (Created page with "= What is ncdu = When it comes to cleaning disk space, you may find the <code>du</code> utility useful, but slow. Then <code>ncdu</code> comes to save the day as user-friendly version of <code>du</code>. <code>ncdu</code> takes a directory as argument, to analyze the files inside and provide information to the user about the amount of space required by each file or subdirectory. This way, the user can navigate through the analyzed directory and start deleting files or w...")
  • 20:17, 21 February 2024How to generate plantuml class diagrams from c++ code using hpp2plantuml (hist | edit) ‎[2,703 bytes]Anavarro (talk | contribs) (Created page with "https://hpp2plantuml.readthedocs.io/en/latest/index.html Category:HowTo")
  • 18:30, 21 February 2024GstObuMetadata/Getting Started/Evaluating GstObuMetadata (hist | edit) ‎[4,228 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Getting Started|next=Getting Started/Getting the code|metakeywords=metadata, AV1, OBU|title=Evaluating GstObuMetadata|}} </noinclude> == Requesting the Evaluation Binary == RidgeRun can provide you with an evaluation binary of the GstObuMetadata plugin to help you test it, in order to request an evaluation binary please contact us. <center> 200px|link=http://www.ridgerun.com/contact </center> == Fe...")
  • 18:13, 21 February 2024GStreamer Qt Overlay for Embedded Systems/Performance/qualcomm (hist | edit) ‎[927 bytes]Lleon (talk | contribs) (Created page with "==Qualcomm RB5 Platform== '''CPU usage''' Taking the following pipelines as reference: <pre> FPS: gst-launch-1.0 videotestsrc num-buffers=1 ! imagefreeze ! "video/x-raw,width=1280,height=720,format=RGBA" ! qtoverlay qml=gst-libs/gst/qt/main.qml ! perf ! fakesink CPU: gst-launch-1.0 videotestsrc pattern=black is-live=1 ! "video/x-raw,width=1280,height=720,format=RGBA" ! qtoverlay qml=gst-libs/gst/qt/main.qml ! perf print-cpu-load=1 ! fakesink -vvv </pre> '''Results''...")
  • 15:48, 21 February 2024GStreamer Qt Overlay for Embedded Systems/Examples/Qualcomm (hist | edit) ‎[1,930 bytes]Lleon (talk | contribs) (Created page with "<noinclude> {{GStreamer Qt Overlay for Embedded Systems/Head|previous=Examples/NXP|next=Examples/Jetson}} </noinclude> {{DISPLAYTITLE: GStreamer pipelines for Qualcomm RB5 and RB6 with GstQtOverlay|noerror}} ==Qualcomm Platform== === Qualcomm RB5 / RB6 examples === Before running the examples below, make sure you have set up the environment correctly. <syntaxhighlight lang='bash'> export QT_QPA_PLATFORM=wayland export DISPLAY=:0.0 </syntaxhighlight> It may be possi...")
  • 18:13, 19 February 2024GstObuMetadata/Examples/C Application Example (hist | edit) ‎[7,154 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Examples/Using Gstd|next=Contact Us|metakeywords=metadata, AV1, OBU|title=C Application Example|}} </noinclude> The following example shows how to insert binary metadata and extract it with a gstreamer signal through a C application. = Application Walk-through = This a quick walk-trough to help understand the process to create the pipeline, inject binary metadata and extract the signal. First is to create the binary array to...")
  • 18:07, 19 February 2024GstObuMetadata/Examples/Using Gstd (hist | edit) ‎[1,851 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Examples/Gstreamer pipelines|next=Examples/C Application Example|metakeywords=metadata, AV1, OBU|title=Using Gstd|}} </noinclude> The following is an example of how to insert metadata and receive a signal using gstd and the GstOBU plugin. Make sure you have [https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon_-_GStreamer_Daemon_Basics gstd] to perform this example. Start the Gstd daemon: <syntaxhighlight lang=...")
  • 17:53, 19 February 2024GstObuMetadata/Examples/Gstreamer pipelines (hist | edit) ‎[7,831 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Examples|next=Examples/Using Gstd|metakeywords=metadata, AV1, OBU|title=Gstreamer pipelines|}} </noinclude> This section shows basic usage examples of the GstObuMetadata plugin using GStreamer pipelines. Check the plugin information using the command <code>gst-inspect</code> <syntaxhighlight lang=bash> gst-inspect obu </syntaxhighlight> The expected output is: <syntaxhighlight lang=bash> Plugin Details: Name...")
  • 17:33, 19 February 2024GstObuMetadata/Examples (hist | edit) ‎[632 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=User Guide|next=Examples/Gstreamer pipelines|metakeywords=metadata, AV1, OBU|title=Getting Started|}} </noinclude> This section provides examples of possible ways to use the GstObuMetadata plugin with Gstreamer pipelines and a C application. In the next wiki pages you can find more information about: * Gstreamer pipelines * Using Gstd * Gs...")
  • 17:27, 19 February 2024GstObuMetadata/Getting Started (hist | edit) ‎[655 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=GstObuMetadata Basics|next=Getting Started/Evaluating GstObuMetadata|metakeywords=metadata, AV1, OBU|title=Getting Started|}} </noinclude> In this section, you'll learn everything you need to know to get started using the GstObu plugin from RidgeRun. * Evaluating GstObuMetadata * Getting the Code * GstObuMetadata/...")
  • 17:23, 19 February 2024GstObuMetadata/Getting Started/Building GstObuMetadata (hist | edit) ‎[3,743 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Getting Started/Getting the code|next=User Guide|metakeywords=metadata, AV1, OBU|title=Building GstObuMetadata|}} </noinclude> The following instructions shows the steps to build the Gst OBU Metadata plugin. = Dependencies = The GstOBU has the following dependencies: * Gstreamer 1.22 * Meson >= 1.1 === Gstreamer === The GStreamer packages are likely already installed in Ubuntu OS distributions. If it is install check the cu...")
  • 16:57, 19 February 2024GstObuMetadata/Getting Started/Getting the code (hist | edit) ‎[6,495 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Getting Started/Evaluating GstObuMetadata|next=Getting Started/Building GstObuMetadata|metakeywords=metadata, AV1, OBU|title=Getting the code|}} </noinclude> <noinclude> {{GstObuMetadata/Foot|Getting Started/Evaluating GstObuMetadata|Getting Started/Building GstObuMetadata}} </noinclude>")
  • 16:55, 19 February 2024GstObuMetadata/User Guide (hist | edit) ‎[8,803 bytes]Kcarvajal (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=Getting Started/Building GstObuMetadata|next=Examples|metakeywords=metadata, AV1, OBU|title=GstObuMetadata User Guide|}} </noinclude> Adding metadata support to your application involves two main tasks: on the sending side injecting metadata on the pipeline and for the receiving side extracting the metadata. RidgeRun's Gstreamer GstObuMetadata plugin provides elements for both tasks to apply in an AV1 video stream. === ObuInje...")
  • 15:01, 19 February 2024GstObuMetadata/GstObuMetadata Basics (hist | edit) ‎[2,674 bytes]Spalli (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=|next=|metakeywords=|title=GstObuMetadata Basics|}} </noinclude> <noinclude> {{GstObuMetadata/Foot||}} </noinclude>")
  • 14:48, 19 February 2024GstObuMetadata/Contact Us (hist | edit) ‎[297 bytes]Spalli (talk | contribs) (Created page with "<noinclude> {{GstObuMetadata/Head|previous=|next=|metakeywords=RidgeRun contact, Contact RidgeRun}} </noinclude> {{WikiGuideConatctUs‎}} <center> {{Sponsor Button}} </center> <noinclude> {{GstObuMetadata/Foot||}} </noinclude>")
  • 14:43, 17 February 2024GstObuMetadata (hist | edit) ‎[505 bytes]Spalli (talk | contribs) (Created page with "<noinclude>{{GstObuMetadata/Foot||GstObuMetadata/GstObuMetadata Basics}}</noinclude> <seo title="GstObuMetadata - RidgeRun" titlemode="replace" metakeywords="" metadescription=""> </seo> <noinclude>{{DISPLAYTITLE:GstObuMetadata|noerror}}</noinclude> {{UnderConstruction}} {{GstObuMetadata/Main_contents}} <noinclude>{{GstObuMetadata/Foot||GstObuMetadata/GstObuMetadata Basics}}</noinclude>")
  • 00:10, 15 February 2024GStreamer In-Band Metadata for MPEG Transport Stream/Examples/RTSP stream with metadata (hist | edit) ‎[3,669 bytes]Crodriguez (talk | contribs) (Created page with "This pages shows how to implement a typical inquiry from customers: '''How to implement an RTSP server with muxed metadata?''' Easy, for that you will need 2 RidgeRun products: * In-band metadata, described in this wiki page, in order to inject and extract custom KLV metadata to a GStreamer pipeline * RTSPsink: Easy to use RTSP server GStreamer pipeline First thing to do is to create the pipeline that will inject metadata into the GStreamer pipeline. In below pipeline,...")
  • 15:54, 5 February 2024NVIDIA Jetson Orin/JetPack 5.0.2/Performance Tuning/Research On Software Encoding Acceleration with CUDA (hist | edit) ‎[50,795 bytes]Lleon (talk | contribs) (Created page with "<noinclude> {{NVIDIA Jetson Orin/Head|previous=JetPack_5.0.2/Flashing_Board|next=JetPack 5.0.2/Performance Tuning/Evaluating Performance|metakeywords=jetpack,perfomance,tuning}} </noinclude> {{DISPLAYTITLE:NVIDIA Jetson Orin - Research on Software Encoding Acceleration with CUDA|noerror}} <noinclude> {{NVIDIA Jetson Orin/Foot|JetPack_5.0.2/Flashing_Board|JetPack 5.0.2/Performance Tuning/Evaluating Performance}} </noinclude>")
  • 17:21, 2 February 2024Qualcomm Robotics RB5/Introduction/Platform Comparison (hist | edit) ‎[5,873 bytes]Lleon (talk | contribs) (Created page with "<noinclude> {{Qualcomm Robotics RB5/Head|previous=Introduction|next=Introduction/Carrier Boards|keywords=carrier,carrier board,base board,developer kit,module}} </noinclude> {{DISPLAYTITLE:Qualcomm Robotics RB5/RB6 - Why the RB5/RB6?|noerror}} <noinclude> {{Qualcomm Robotics RB5/Foot|Introduction|Introduction/Carrier Boards}} </noinclude>")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)