Search found 22 matches

by mikeincinci
Tue Jun 07, 2011 7:55 am
Forum: Camera SDK
Topic: Using CameraSDK with Visual Basic
Replies: 4
Views: 4543

Re: Using CameraSDK with Visual Basic

Any possibility that the SDK can be accessed in LabView?
Mike
by mikeincinci
Tue Jun 07, 2011 7:27 am
Forum: Camera SDK
Topic: Using CameraSDK with Visual Basic
Replies: 4
Views: 4543

Re: Using CameraSDK with Visual Basic

<t>The main issue for us is that our established product using the r1 cameras doesn't work with the r2 cameras. Some of the features in the old SDK are missing from the new SDK. It will take a major rewrite of our code, in addition to learning a new programming environment. <br/> Economically, we ma...
by mikeincinci
Tue May 24, 2011 8:21 am
Forum: Camera SDK
Topic: Using CameraSDK with Visual Basic
Replies: 4
Views: 4543

Using CameraSDK with Visual Basic

Any examples for using with VB6?
Thanks,
by mikeincinci
Mon Nov 22, 2010 7:39 am
Forum: OptiTrack SDK
Topic: NEW SDK spObject->get_Rank(&lRank);
Replies: 7
Views: 12062

Re: NEW SDK spObject->get_Rank(&lRank);

Thanks! I called myself looking through all the examples, but I somehow missed that one.
by mikeincinci
Mon Nov 22, 2010 7:35 am
Forum: Camera SDK
Topic: New SDK drawing frame to a picturebox->Image VC++ .net
Replies: 3
Views: 5017

Re: New SDK drawing frame to a picturebox->Image VC++ .net

I too would be interested in this function. Please share with the rest of us.
Thanks,
Mike
by mikeincinci
Fri Nov 19, 2010 7:12 am
Forum: OptiTrack SDK
Topic: NEW SDK spObject->get_Rank(&lRank);
Replies: 7
Views: 12062

Re: NEW SDK spObject->get_Rank(&lRank);

Anyone have a quick answer?
by mikeincinci
Wed Nov 17, 2010 5:17 pm
Forum: OptiTrack SDK
Topic: NEW SDK spObject->get_Rank(&lRank);
Replies: 7
Views: 12062

Re: NEW SDK spObject->get_Rank(&lRank);

<t>So I need to read ALL tracked objects (in case there exists more than one), and primary sort by roundness, secondary sort by Area?<br/> <br/> Does this mean that there are 512 objects to be read every time, even if there is only one bright/round object to track? <br/> <br/> Or will there only be ...
by mikeincinci
Wed Nov 17, 2010 3:07 pm
Forum: OptiTrack SDK
Topic: NEW SDK spObject->get_Rank(&lRank);
Replies: 7
Views: 12062

Re: NEW SDK spObject->get_Rank(&lRank);

What about the equivalent of "NP_OPTION_OBJECT_CAP="?
Are there preferred methods in new SDK for tracking a single dot?

If more than one objects are being tracked, is it safe to assume the first one will be the "higher ranked"?
by mikeincinci
Thu Nov 11, 2010 3:47 pm
Forum: Camera SDK
Topic: Dropped Frames
Replies: 7
Views: 6599

Re: Dropped Frames

Does this mean in the old SDK ver xxx.37, a group of 3-4 sequential FrameIDs can all have the same timestamp?
by mikeincinci
Thu Nov 11, 2010 2:58 pm
Forum: Camera SDK
Topic: Dropped Frames
Replies: 7
Views: 6599

Re: Dropped Frames

<t>How large is the camera's FIFO buffer? When using the x.x.037 SDK, is a callback signalled each time a new value is available (at 100Hz), or is the callback timing not synchronous?<br/> <br/> On the new SDK, do the properties of items such as "exposure" have the same range as in the SET_OPTION fu...