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. | |
This struct stores video mode data. This includes the width and height of the frame and the framerate of the camera.
int format |
The image format.
float frameRate |
Framerate of the video.
int height |
Height of the frame.
int width |
Width of the frame.