Jetson Linux API Reference

32.6.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
v4l2_enc_frame_ROI_params_ Struct Reference

Detailed Description

Holds the encoder frame ROI parameters to be used with V4L2_CID_MPEG_VIDEOENC_ROI_PARAMS IOCTL.

Definition at line 1797 of file v4l2_nv_extensions.h.

Collaboration diagram for v4l2_enc_frame_ROI_params_:

Data Fields

__u32 num_ROI_regions
 Number of regions. More...
 
v4l2_enc_ROI_param ROI_params [V4L2_MAX_ROI_REGIONS]
 Array of indiviudal ROI parameters. More...
 
__u32 config_store
 Config store integer to which this control is to be applied. More...
 

Field Documentation

__u32 v4l2_enc_frame_ROI_params_::config_store

Config store integer to which this control is to be applied.

This must be same as the value of config store of v4l2_buffer to which the ROI params is applied.

Definition at line 1806 of file v4l2_nv_extensions.h.

__u32 v4l2_enc_frame_ROI_params_::num_ROI_regions

Number of regions.

Definition at line 1800 of file v4l2_nv_extensions.h.

v4l2_enc_ROI_param v4l2_enc_frame_ROI_params_::ROI_params[V4L2_MAX_ROI_REGIONS]

Array of indiviudal ROI parameters.

Definition at line 1802 of file v4l2_nv_extensions.h.


The documentation for this struct was generated from the following file: