8. Capturing Images 88
Example Code 8.2 | Empty calibration recall
if (device.Calibration.InitAvailable)
device.Calibration.Init();
8.3 REGION OF INTEREST
If you don’t need to acquire the whole sensor image, you can get just part of it setting a Region-Of-
Interest (ROI). This may save the time required to transfer the unnecessary parts of the image possibly
increasing the resulting frame rate.
A ROI is dened by programming the requested number of rows and columns and the starting position
(setting the image StartX, SizeX and SizeY parameters as shown in Figure 8.2):
Figure 8.2: ROI description