hi_venc_scene_mode

Description

Defines the encoding scenarios.

Prototype

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;

In the security protection scenario, set this parameter to HI_VENC_SCENE_0. In the assisted driving, live streaming, game, animation, and movie scenarios, set this parameter to HI_VENC_SCENE_1.