hi_venc_scene_mode

Description

Defines the encoding scene modes.

Definition

typedef enum {
    HI_VENC_SCENE_0 = 0, // Scenario where the camera does not move or moves periodically. H.264 and H.265 are supported.
    HI_VENC_SCENE_1 = 1, // Motion scenario at a high bit rate. H.265 is supported.
    HI_VENC_SCENE_2 = 2,  // Reserved.
    HI_VENC_SCENE_BUTT
}hi_venc_scene_mode;

Set this parameter to HI_VENC_SCENE_0 for security scenes. Set this parameter to HI_VENC_SCENE_1 for smart driving, livestreaming, gaming, animations, and movies.