Holoscan Framework/Basics and Foundations/Applications: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
Line 19: Line 19:


=== Operators Descriptions ===
=== Operators Descriptions ===
* Camera: The main capture device, in this case is being use a imx274-dual.
* Receiver Operator: Mechanism to receive the camera MIPI packets

Revision as of 16:43, 5 August 2024



  Index  







Video Player

The Holoscan Sensor Bridge Demo brings examples of two different video players, which run all the process for capture, process and display image.

linux_imx274_player.py

This player is used on NVIDIA Jetson Orin AGX platform. The process used to display image is described below

ISP process for linux_imx274_player.py

imx274_player.py

This player is used on NVIDIA IGX platforms. Where the unique difference is the receiver operator as described below.

ISP process for imx274_player.py

Operators Descriptions

  • Camera: The main capture device, in this case is being use a imx274-dual.
  • Receiver Operator: Mechanism to receive the camera MIPI packets