Home
last modified time | relevance | path

Searched refs:ir_res (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_smartIr.cpp133 rk_smart_ir_result_t ir_res; in switch_ir_thread() local
150 rk_smart_ir_runOnce(smartIr_ctx->ir_ctx, stats_ref, &ir_res); in switch_ir_thread()
162 if (ir_res.status == RK_SMART_IR_STATUS_DAY) { in switch_ir_thread()
164 } else if (ir_res.status == RK_SMART_IR_STATUS_NIGHT) { in switch_ir_thread()
168 …printf("SAMPLE_SMART_IR: switch to %s\n", ir_res.status == RK_SMART_IR_STATUS_DAY ? "DAY" : "Night… in switch_ir_thread()