User Manual

- 40 -
3.9 Get current device support ROI number and threshold
number
3.9.1 Sample code
/*Get the number of ROI and thresholds currently support this device*/
uint8_t roi_number, threshold_number;
HPS3D_GetNumberOfROI(&handle, &roi_number, &threshold_number);
printf
("roi_number = %d\n", roi_number);
printf
("threshold_number = %d\n", threshold_number);
3.9.2 Running result