Supported profiles for H.264/AVC
#include <camera/camera_h264avc.h>
typedef enum {
CAMERA_H264AVC_PROFILE_AUTOMATIC = 0,
CAMERA_H264AVC_PROFILE_BASELINE,
CAMERA_H264AVC_PROFILE_HIGH,
CAMERA_H264AVC_PROFILE_CONSTRAINEDBASELINE,
CAMERA_H264AVC_PROFILE_CONSTRAINEDHIGH
} camera_h264avc_profile_t;
These are the acceptable values to use when you use the CAMERA_H264AVC_PROFILE parameter in a parameter-value pair. For information about these profiles, refer to the H.264/AVC standard. Use camera_get_supported_videoencoder_parameter_values() to determine the supported values at runtime.