Scale camera input frames with Argus

Hi Folks,

I am looking for an example to scale camera input frames. I am reading frames in YUV420 format using argus. Would like to use the hardware scaler to shrink the frames.

Thanks,

Please apply the changes to tegra_multimedia_api\samples\10_camera_recording:

static Size2D<uint32_t> STREAM_SIZE (1920, 1080);
static Size2D<uint32_t> SENSOR_MODE (2592, 1944);
iStreamSettings->setResolution(SENSOR_MODE);

With the setting the sensor captures in 2592x1944, and frames get downscaled into 1920x1080. you may try with onboard ov5693.