Home › Forums › Software Development › Calibration-less mode or calibration with custom look › Reply To: Calibration-less mode or calibration with custom look
26/03/2014 at 15:21 #612
Anders
Participant
Hi Julio,
the add_point_async operation will collect data until it either has enough data points, or it times out. You should only have to call the function once per calibration point.
The MinimalCalibration sample isn’t very clear on that point, but the idea is that you start displaying the calibration point in the GUI as soon as you have called add_point_async, and keep it there until you get the callback from that function.