The following video visualizes changes made to the renderer in real time.
- Between timecodes 0:00 to 0:15, only the detected object’s class is displayed. Default render settings.
OSD rendering can be enabled or disabled using the set_RendererUpdateStreamConfiguration_Osd_SkipRendering
function.
- Between timecodes 0:15 to 0:22, both the object’s class and score rate are displayed. Score rate is toggled to rendering using the
set_RendererUpdateStreamConfiguration_PrintScore
function.
- Between timecodes 0:22 to 0:30, only the score rate is displayed.
Object class can be toggled using the set_RendererUpdateStreamConfiguration_PrintTrackId
function.