hi_mpi_isp_mem_init

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product / Atlas A3 inference product

Atlas A2 training product / Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function Description

Initializes the internal resources of the ISP library.

Prototype

hi_s32 hi_mpi_isp_mem_init(hi_vi_pipe vi_pipe)

Parameters

Parameter

Input/Output

Description

vi_pipe

Input

VI pipe ID.

Value range: [0, 12)

Returns

Restrictions

  • Before calling this API, you must call the hi_mpi_isp_sensor_reg_callback API to register the sensor with the ISP.
  • Multiple processes are not supported. This API must be called in the same process as hi_mpi_isp_sensor_reg_callback, hi_mpi_isp_ae_lib_reg_callback, hi_mpi_isp_awb_lib_reg_callback, hi_mpi_isp_init, hi_mpi_isp_run, hi_mpi_isp_exit, hi_mpi_ae_register, and hi_mpi_awb_register.
  • This API cannot be called when the current service is running the hi_mpi_isp_run API.
  • You are advised to call this API to reinitialize the module after calling hi_mpi_isp_exit.
  • When the same vi_pipe is used, multiple threads cannot be used for ISP creation or destroying (multiple threads cannot call hi_mpi_isp_sensor_reg_callback, hi_mpi_isp_ae_lib_reg_callback, hi_mpi_isp_awb_lib_reg_callback, hi_mpi_isp_init, hi_mpi_isp_run, hi_mpi_isp_exit, hi_mpi_ae_register, and hi_mpi_awb_register at the same time).

See Also

For details about the API call sequence, see Video Data Obtaining.