Imaging Control 4 C Library  1.2.0
IC4_DISPLAY_STATS Struct Reference

A structure containing display statistics. More...

Data Fields

uint64_t num_frames_displayed
 The number of frames that were displayed by a display.
 
uint64_t num_frames_dropped
 The number of frames that were passed to a display, but not displayed. More...
 

Detailed Description

A structure containing display statistics.

This structure contains information about the number of frames that were displayed or dropped by a display.

Field Documentation

◆ num_frames_dropped

uint64_t num_frames_dropped

The number of frames that were passed to a display, but not displayed.

A frame is considered dropped by a display, when the display receives a new frame before the previous frame was rendered.