hi_mpi_isp_run
产品支持情况
| 
          产品  | 
        
          是否支持  | 
       
|---|---|
| 
          | 
        
          x  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          x  | 
       
功能说明
运行ISP firmware。
函数原型
hi_s32 hi_mpi_isp_run(hi_vi_pipe vi_pipe)
参数说明
| 
          参数名  | 
        
          输入/输出  | 
        
          说明  | 
       
|---|---|---|
| 
          vi_pipe  | 
        
          输入  | 
        
          PIPE号。 取值范围:[0, 12)。  | 
       
返回值说明
- 0:成功
 - 非0:失败,参见ISP返回码。
 
约束说明
- 调用本接口前,必须先调用hi_mpi_isp_init接口初始化ISP firmware。
 - 不支持多进程,必须要与hi_mpi_isp_sensor_reg_callback、hi_mpi_isp_init、hi_mpi_isp_exit、hi_mpi_ae_register、 hi_mpi_awb_register接口在同一个进程调用。
 - 该接口是阻塞接口,建议用户采用单独的线程调用本接口。
 
     父主题: ISP系统控制及3A算法注册