Search found 19 matches

by avelazquez
Fri Nov 12, 2010 3:19 pm
Forum: Camera SDK
Topic: New SDK
Replies: 1
Views: 2296

New SDK

<t>Hello,<br/> <br/> I am in the process of porting an application which was previously written using an older SDK to the new SDK however I am having some problems.<br/> <br/> Is there and equivalent to: <br/> <br/> <br/> camera->DrawFrame(frame,tempHandle);<br/> <br/> AND<br/> <br/> camera->SetOpti...
by avelazquez
Fri Nov 12, 2010 10:24 am
Forum: Camera SDK
Topic: NewSDK get_FrameID
Replies: 1
Views: 2304

NewSDK get_FrameID

Hello,

I will like to know how to use the get_FrameID function with the new SDK (Official Release - 1.0.000 Final). This is very important since I want to make sure no frames are dropped and this is one of the few ways to ensure this.

Thanks!
by avelazquez
Thu Nov 11, 2010 2:51 pm
Forum: OptiTrack SDK
Topic: TimeStamp
Replies: 0
Views: 4881

TimeStamp

<t>Hello,<br/> <br/> I am trying to use get_TimeStamp and get_TimeStampFrequecy, the values I obtain do not make sense perhaps I am utilizing these values erroneously.<br/> <br/> below is a sample:<br/> <br/> //globally declared<br/> CComVariant TimeStamp, TimeStampFrequency;<br/> double TimeStampSt...
by avelazquez
Thu Nov 11, 2010 8:07 am
Forum: Camera SDK
Topic: Dropped Frames and New SDK
Replies: 1
Views: 2463

Dropped Frames and New SDK

<t>Hello,<br/> <br/> I currently have an application tracking an object at 100fps, I understand utilizing the new SDK may resolve this issue however I already have an application and will like to salvage my code if possible. Is there a way to make the callback function FrameAvailable() be executed 2...
by avelazquez
Wed Nov 10, 2010 3:51 pm
Forum: Camera SDK
Topic: Dropped Frames
Replies: 7
Views: 6595

Dropped Frames

<t>Hello All,<br/> <br/> I am currently tracking a single object at 100fps. This seems simple enough, however accuracy is very important. I notice there were frames dropped. Any help getting to the bottom of this is greatly appreciated.<br/> <br/> Below is the segment of code where the problem occur...
by avelazquez
Fri Aug 27, 2010 12:43 pm
Forum: OptiTrack SDK
Topic: Transform
Replies: 1
Views: 5713

Transform

<t>Hello, <br/> <br/> I am having trouble understanding how to use INPObject::Transform<br/> <br/> below is a segment of my code displaying how I use it:<br/> <br/> //set up option first<br/> camera->SetOption(NP_OPTION_MIRROR_X , (CComVariant) true); <br/> //then call transform<br/> oObject->Transf...
by avelazquez
Fri Jul 16, 2010 10:28 am
Forum: OptiTrack SDK
Topic: Callbacks
Replies: 3
Views: 6650

Callbacks

<r>Hello as I try to figure out callbacks in the VC .net framework I have hit another dead end. I checked the following link <URL url="http://surfacetracker.sourceforge.net/">http://surfacetracker.sourceforge.net/</URL> which has some very useful information.<br/> <br/> Any further information will ...
by avelazquez
Wed Jul 14, 2010 1:42 pm
Forum: OptiTrack SDK
Topic: Callbacks
Replies: 3
Views: 6650

Callbacks

<t>I am currently working on a project and I want to know how to utilize callbacks. If it makes a difference i am using vc .net. Which makes the MFC example slightly difficult to follow. As I read a previous thread (creating a callback method in C++ ) I noticed someone commenting on the existence of...
by avelazquez
Wed Jun 30, 2010 7:36 am
Forum: OptiTrack SDK
Topic: Visual C++ .net
Replies: 1
Views: 5471

Visual C++ .net

<t>I will like to thank in advance anyone willing to help me; I am trying to get the image displayed in a picturebox using DrawFrame, I am having a hard time figuring out how to get the picture handle. I am using Visual C++ .net, below is a portion of the code I'm using.<br/> <br/> waittime = 10; //...