Updated: October 28, 2024 |
The supported entropy coding methods for H.264/AVC
#include <camera/camera_h264avc.h>
typedef enum { CAMERA_H264AVC_ENTROPYCODING_CAVLC = 0, CAMERA_H264AVC_ENTROPYCODING_CABAC } camera_h264avc_entropycoding_t;
This entropy coding method is not permitted for some supported profiles for H.264/AVC (see camera_h264avc_profile_t).
These are the valid values for configuring the CAMERA_H264AVC_ENTROPYCODING parameter.
Use camera_get_supported_videoencoder_parameter_values() to determine the supported values at runtime.