camera_encoder.h

Updated: April 19, 2023

Functions to configure parameters for video encoding.

This file defines functions that applications can use to configure video encoding. The configurations that can be used depend on the codecs that are available on the device.

To select the video codec, you can call the camera_set_video_property() function with the CAMERA_IMGPROP_VIDEOCODEC property. For each supported video codec, the parameters are defined in the corresponding file as follows:

To select the audio codec, call the camera_set_video_property() function with the CAMERA_IMGPROP_AUDIOCODEC property.