User Manual
- 39 -
printf
("roi_conf1.alarm_type[2] = %d\n", roi_conf1.alarm_type[2]);
printf
("roi_conf1.roi_conf1.ref_type[2] = %d\n", roi_conf1.ref_type[2]);
printf
("roi_conf1.roi_conf1.pixel_number_threshold[2] = %d\n",
roi_conf1.pixel_number_threshold[2]);
printf
("roi_conf1.hysteresis_conf[2].enable = %d\n",
roi_conf1.hysteresis_conf[2].enable);
printf
("roi_conf1.hysteresis_conf[2].threshold_value = %d\n",
roi_conf1.hysteresis_conf[2].threshold_value);
printf
("roi_conf1.hysteresis_conf[2].positive = %d\n",
roi_conf1.hysteresis_conf[2].positive);
printf
("roi_conf1.hysteresis_conf[2].hysteresis = %d\n",
roi_conf1.hysteresis_conf[2].hysteresis);
printf
("\n");
/*roi_id = 2, threshold_id = 1*/
printf
("roi_conf2.roi_id = %d\n", roi_conf2.roi_id);
printf
("roi_conf2.enable = %d\n", roi_conf2.enable);
printf
("roi_conf2.left_top_x = %d\n", roi_conf2.left_top_x);
printf
("roi_conf2.left_top_y = %d\n", roi_conf2.left_top_y);
printf
("roi_conf2.right_bottom_x = %d\n", roi_conf2.right_bottom_x);
printf
("roi_conf2.right_bottom_y = %d\n", roi_conf2.right_bottom_y);
printf
("roi_conf2.alarm_type[1] = %d\n", roi_conf2.alarm_type[1]);
printf
("roi_conf2.roi_conf1.ref_type[1] = %d\n", roi_conf2.ref_type[1]);
printf
("roi_conf2.roi_conf1.pixel_number_threshold[1] = %d\n",
roi_conf2.pixel_number_threshold[1]);
printf
("roi_conf2.hysteresis_conf[1].enable = %d\n",
roi_conf2.hysteresis_conf[1].enable);
printf
("roi_conf2.hysteresis_conf[1].threshold_value = %d\n",
roi_conf2.hysteresis_conf[1].threshold_value);
printf
("roi_conf2.hysteresis_conf[1].positive = %d\n",
roi_conf2.hysteresis_conf[1].positive);
printf
("roi_conf2.hysteresis_conf[1].hysteresis = %d\n",
roi_conf2.hysteresis_conf[1].hysteresis);
3.8.2 Running result










