hi_mpi_ae_register

Description

Registers the Ascend AE algorithm library with the ISP.

Prototype

hi_s32 hi_mpi_ae_register(hi_vi_pipe vi_pipe, hi_isp_3a_alg_lib *ae_lib)

Constraints

  • Multiple instances can be registered with the AE algorithm library.
  • This API does not support multiple processes.

Parameters

Parameter

Input/Output

Description

vi_pipe

Input

VI pipe ID

Value range: [0, 8)

ae_lib

Input

Pointer to the data structure of the AE algorithm library

Returns

  • 0: success
  • Other values: failure. For details, see Error Codes.