#include <v4l2_nv_extensions.h>
Public Attributes | |
__u32 | num_ROI_regions |
Number of regions. | |
v4l2_enc_ROI_param | ROI_params [V4L2_MAX_ROI_REGIONS] |
Array of indiviudal ROI parameters. | |
__u32 | config_store |
Config store integer to which this control is to be applied. |
Should be used with V4L2_CID_MPEG_VIDEOENC_ROI_PARAMS ioctl.
Definition at line 1048 of file v4l2_nv_extensions.h.
Config store integer to which this control is to be applied.
This should be same as the value of config store of v4l2_buffer to which the ROI params should be applied.
Definition at line 1057 of file v4l2_nv_extensions.h.
v4l2_enc_ROI_param v4l2_enc_frame_ROI_params_::ROI_params[V4L2_MAX_ROI_REGIONS] |