Searched refs:camgroup_cfg (Results 1 – 1 of 1) sorted by relevance
2370 rk_aiq_camgroup_instance_cfg_t camgroup_cfg; local2371 memset(&camgroup_cfg, 0, sizeof(camgroup_cfg));2372 camgroup_cfg.sns_num = 1;2374 camgroup_cfg.sns_num++;2375 camgroup_cfg.sns_ent_nm_array[0] = sns_entity_name;2377 camgroup_cfg.sns_ent_nm_array[1] = sns_entity_name2;2378 camgroup_cfg.config_file_dir = ctx->iqpath;2379 camgroup_cfg.overlap_map_file = "srcOverlapMap.bin";2380 ctx->camgroup_ctx = rk_aiq_uapi2_camgroup_create(&camgroup_cfg);