AM273x MCU+ SDK  08.02.00
CSIRX_ContextTranscodeConfig Struct Reference

Detailed Description

Transcoding configuration.

Data Fields

uint8_t transcodeFormat
 Transcoding format, one of CSIRX_TRANSCODE_FORMAT. More...
 
bool isHorizontalDownscalingBy2Enabled
 If true, horizontal down scaling by 2 is enabled, else disabled. More...
 
CSIRX_ContextCropConfig crop
 Cropping configuration. More...
 

Field Documentation

◆ transcodeFormat

uint8_t CSIRX_ContextTranscodeConfig::transcodeFormat

Transcoding format, one of CSIRX_TRANSCODE_FORMAT.

◆ isHorizontalDownscalingBy2Enabled

bool CSIRX_ContextTranscodeConfig::isHorizontalDownscalingBy2Enabled

If true, horizontal down scaling by 2 is enabled, else disabled.

◆ crop

CSIRX_ContextCropConfig CSIRX_ContextTranscodeConfig::crop

Cropping configuration.