Hardware Masking Tracking Tool API

Post Reply
Asa_E-E
Posts: 16
Joined: Mon Jun 25, 2012 8:01 am

Hardware Masking Tracking Tool API

Post 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).
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Hardware Masking Tracking Tool API

Post 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.
Post Reply