|
Pepper_56_C_interfaces
Pepper_56_C_interfaces
|
#include <pp_video_capture_dev.h>
Public Attributes | |
| uint32_t | width |
| uint32_t | height |
| uint32_t | frames_per_second |
PP_VideoCaptureDeviceInfo_Dev is a structure that represents a video capture configuration, such as resolution and frame rate.
| uint32_t PP_VideoCaptureDeviceInfo_Dev::frames_per_second |
Required frames per second.
| uint32_t PP_VideoCaptureDeviceInfo_Dev::height |
Required frame height.
| uint32_t PP_VideoCaptureDeviceInfo_Dev::width |
Required frame width.