Page 1 of 1

Hardware Masking Tracking Tool API

Posted: Fri Jul 27, 2012 6:44 am
by Asa_E-E
Is it possible to do hardware masking in the Tracking Tools API? I don't see a function for hardware masking in the header files, but it seems like this functionality would be included. I do see that the Camera SDK has that functionality, but I'd prefer only having to use Tracking Tools (and I'm not even sure I can use both Tracking Tools and Camera SDK at the same time on the same cameras).

Re: Hardware Masking Tracking Tool API

Posted: Fri Jul 27, 2012 11:21 am
by NaturalPoint - Mike
You would have to either mask it in the GUI and save the calibration, then load that calibration from the API (masks are saved there), or

You certainly can use the Camera SDK with the Tracking Tools API at the same time. Link to the CameraLibrary.dll and camera.h from within your API project, and you can then call functions from within the Camera Library directly from within your API project. This includes masking functions for dynamic adjustment.