1 #ifndef _THIRD_AF_H_ 2 #define _THIRD_AF_H_ 3 4 #include "rkisp_demo.h" 5 6 int32_t custom_af_run(rk_aiq_sys_ctx_t* ctx); 7 8 #endif 9 10
1 #ifndef _THIRD_AF_H_ 2 #define _THIRD_AF_H_ 3 4 #include "rkisp_demo.h" 5 6 int32_t custom_af_run(rk_aiq_sys_ctx_t* ctx); 7 8 #endif 9 10