Page 1 of 1

Single Dot Tracking

Posted: Wed Jun 07, 2006 11:37 pm
by Deepak12
Hello everyone,
How shall i disable the dot tracking functionality in the sample vc program.I tried using ResetTrackObject() but it still tracks one object.How can I disable this dot tracking thing?I want to obtain only the position of the objects in the image and dont want to track one dot.
Any help would be appreciated,
Regards

Re: Single Dot Tracking

Posted: Thu Aug 17, 2006 5:37 pm
by Birch
quote:Originally posted by Franky12:
Hello everyone,
How shall i disable the dot tracking functionality in the sample vc program.I tried using ResetTrackObject() but it still tracks one object.How can I disable this dot tracking thing?I want to obtain only the position of the objects in the image and dont want to track one dot.
Any help would be appreciated,
RegardsBy default the SDK will track all of the detected objects, they can be extracted by stepping through the Frame object.

In the C++ sample app, check the UpdateDotInfo() function, in the VB sample app check the Camera_FrameAvailable() function.

Which application are you using, the C++ sample or the VB sample?

[ August 17, 2006, 12:38 PM: Message edited by: NaturalPoint - Birch Zimmer ]

Re: Single Dot Tracking

Posted: Thu Oct 05, 2006 8:38 am
by nick_123
Could Not you show on example, as exactly must look the code on C++, capable tracking much objects?
Thanks.

Re: Single Dot Tracking

Posted: Fri Oct 06, 2006 9:51 pm
by Birch
Could Not you show on example, as exactly must look the code on C++, capable tracking much objects?
Thanks.
If you download the SDK, it will contain sample source code which shows exactly how to access the objects in the frame. The samples are a great resource for understanding how to interact with the SDK.