All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
VideoModeData Struct Reference

This struct stores video mode data. This includes the width and height of the frame and the framerate of the camera. More...

Public Attributes

int format
 The image format.
 
float frameRate
 Framerate of the video.
 
int height
 Height of the frame.
 
int width
 Width of the frame.
 

Detailed Description

This struct stores video mode data. This includes the width and height of the frame and the framerate of the camera.

Member Data Documentation

◆ format

int format

The image format.

◆ frameRate

float frameRate

Framerate of the video.

◆ height

int height

Height of the frame.

◆ width

int width

Width of the frame.