Calibration
Posted: 19 Jul 2014, 02:21
There doesn't seem to be a way to end / accept a calibration.
1. There is a start calibration
2. Then a pointstart with x,y
- are these in pixel coordinates? I guess so. In general, it's easier to work in normalized coordinates.
3.pointend, how much time needs to pass before calling this. Some docs say 2 seconds, but that's obviously a typo. There is another post addressing this... I need to go read it.
4. repeat for N points as specified in the start calibration. Presumably you can repeat the same point if it has a poor calibration. More on this later.
5. there is no end / terminate / accept calibration. how does the tracker no it's done with calibration and should apply it now?
How do we validate the calibration's accuracy and precision?
6. There is a clear, but I'm not sure why I would use this. It's not really practical, but fine with me.
7. there is an abort, which reinstates the previous calibration. that's good
8. there is no documentation on how to get and then save a calibration to file, or open and load a calibration from a file. This is critical!
1. There is a start calibration
2. Then a pointstart with x,y
- are these in pixel coordinates? I guess so. In general, it's easier to work in normalized coordinates.
3.pointend, how much time needs to pass before calling this. Some docs say 2 seconds, but that's obviously a typo. There is another post addressing this... I need to go read it.
4. repeat for N points as specified in the start calibration. Presumably you can repeat the same point if it has a poor calibration. More on this later.
5. there is no end / terminate / accept calibration. how does the tracker no it's done with calibration and should apply it now?
How do we validate the calibration's accuracy and precision?
6. There is a clear, but I'm not sure why I would use this. It's not really practical, but fine with me.
7. there is an abort, which reinstates the previous calibration. that's good
8. there is no documentation on how to get and then save a calibration to file, or open and load a calibration from a file. This is critical!