Search found 17 matches

by ORB_Lab
Mon Jun 25, 2012 1:15 pm
Forum: General OptiTrack Support
Topic: Fix s250e ID on boot
Replies: 2
Views: 2124

Re: Fix s250e ID on boot

Awesome. Thanks for the help.
by ORB_Lab
Fri Jun 15, 2012 10:28 am
Forum: General OptiTrack Support
Topic: Fix s250e ID on boot
Replies: 2
Views: 2124

Fix s250e ID on boot

<t>Hello,<br/> <br/> I'm using six s250e cameras in my motion capture system, but every time they boot up, they get new IDs. Is there any way to ensure that the same camera always gets the same ID number on boot-up? I know the CameraSDK lets you query their serial number, so maybe there's a way to u...
by ORB_Lab
Fri Mar 30, 2012 5:42 am
Forum: Camera SDK Code Samples
Topic: Code sample for capturing ObjectMode data?
Replies: 4
Views: 10370

Re: Code sample for capturing ObjectMode data?

<t>This is very helpful information. For my application, I'm expecting blobs that can be approximated as ellipses. Is there any way, for example, to get the lengths of the major and minor axes of an ellipse and its orientation (angle from the horizontal or vertical)? <br/> <br/> If not, I suppose I ...
by ORB_Lab
Wed Mar 28, 2012 2:17 pm
Forum: Camera SDK Code Samples
Topic: Code sample for capturing ObjectMode data?
Replies: 4
Views: 10370

Re: Code sample for capturing ObjectMode data?

<t>Okay, that's good to know. It looks like the object.h interface exposes almost everything I'm looking for, but can you provide some clarity on what each of these attributes means?<br/> <br/> int Left ();<br/> int Right ();<br/> int Top ();<br/> int Bottom();<br/> float Area ();<br/> <br/> float R...
by ORB_Lab
Tue Mar 27, 2012 3:05 pm
Forum: Camera SDK Code Samples
Topic: Code sample for capturing ObjectMode data?
Replies: 4
Views: 10370

Code sample for capturing ObjectMode data?

Hello All,

I'd like to write some code to capture object information like XY position, intensity, and shape (width/height, roundness) from a sequence of camera frames. Does anyone have code examples for doing something like this?

Thanks,
Aaron
by ORB_Lab
Tue Jan 10, 2012 7:49 pm
Forum: Tracking Tools
Topic: Parsing CSV output files
Replies: 9
Views: 9747

Re: Parsing CSV output files

Great - thanks for clearing that up.

Aaron
by ORB_Lab
Thu Jan 05, 2012 10:24 am
Forum: Tracking Tools
Topic: Parsing CSV output files
Replies: 9
Views: 9747

Parsing CSV output files

<t>Hi All,<br/> <br/> I'm currently writing a set of Python classes to parse the output CSV files from OptiTrack Tracking Tools. <br/> <br/> I've run across something that's a little confusing to me. When tracking trackables, you get extended frame information that includes "Trackable Marker Locatio...