2,070
edits
Line 153: | Line 153: | ||
On the other hand, an important consideration is that CUDA ISP does not offer RGBA64, needed for the Holoviz. This integrates the necessary conversions for RGBA64 to RGBA32 back and forth. | On the other hand, an important consideration is that CUDA ISP does not offer RGBA64, needed for the Holoviz. This integrates the necessary conversions for RGBA64 to RGBA32 back and forth. | ||
The following | The following tables highlight the configurations and results by using the Holoscan Sensor Bridge, the NVIDIA Jetson AGX Orin and the IMX274 imager: | ||
<center> | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Configurations | ||
! | ! | ||
|- | |- | ||
| | | DP | ||
| | | Display Port | ||
|- | |- | ||
| | | HDMI | ||
| | | HDMI Port | ||
|- | |- | ||
| | | JC | ||
| | | Jetson Clocks | ||
| | |- | ||
| | | ED | ||
| | | Exclusive Display | ||
| | |- | ||
| NED | |||
| Non Exclusive Display | |||
|- | |||
| MAXN | |||
| Maximum Power | |||
|- | |||
| CISP-GW | |||
| CudaISP GrayWorld | |||
|- | |||
| CISP-HS | |||
| CudaISP HistogramStretch | |||
|- | |||
| DBOnly | |||
| Only Debayer without ISP | |||
|} | |} | ||
</center> | |||
<center> | |||
{| class="wikitable" style="text-align:center; vertical-align:bottom;" | |||
|- style="font-weight:bold;" | |||
! style="text-align:left;" | Configuration | |||
! Mean Latency (ms) | |||
! Uncertainty (ms) | |||
|- | |||
| style="text-align:left;" | Baseline | |||
| 41.61 | |||
| 8.35 | |||
|- | |||
| style="text-align:left;" | DP+ED+MAXN+JC+CISP-HS | |||
| 37.93 | |||
| 8.35 | |||
|- | |||
| style="text-align:left;" | DP+ED+MAXN+JC+CISP-GW | |||
| 49.76 | |||
| 8.35 | |||
|- | |||
| style="text-align:left;" | DP+ED+MAXN+JC+DBOnly | |||
| 35.96 | |||
| 8.35 | |||
|} | |||
</center> | |||
This involves configuring the Jetson into a maximum performance mode. With the CUDA ISP in 24-bit colour depth. The latency lowered from 96 to 58 ms by optimizing the pipeline, leading to a 39.5% reduction. By preserving the 64-bit colour colour depth, the latency is still better, leading to 73 ms of glass-to-glass latency. | This involves configuring the Jetson into a maximum performance mode. With the CUDA ISP in 24-bit colour depth. The latency lowered from 96 to 58 ms by optimizing the pipeline, leading to a 39.5% reduction. By preserving the 64-bit colour colour depth, the latency is still better, leading to 73 ms of glass-to-glass latency. |
edits