Single Dot Tracking

Post Reply
Deepak12
Posts: 4
Joined: Tue Apr 11, 2006 5:00 am

Single Dot Tracking

Post 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
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: Single Dot Tracking

Post 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 ]
nick_123
Posts: 5
Joined: Wed Oct 04, 2006 4:04 am

Re: Single Dot Tracking

Post by nick_123 »

Could Not you show on example, as exactly must look the code on C++, capable tracking much objects?
Thanks.
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: Single Dot Tracking

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