Search found 7 matches

by Striezel
Wed Jun 08, 2011 6:51 am
Forum: OptiTrack SDK
Topic: Baseline 2D not working with every TrackIR 5 Camera
Replies: 9
Views: 14582

Re: Baseline 2D not working with every TrackIR 5 Camera

Good to hear that. Thank you for the information.
by Striezel
Tue Jun 07, 2011 4:33 am
Forum: OptiTrack SDK
Topic: Baseline 2D not working with every TrackIR 5 Camera
Replies: 9
Views: 14582

Re: Baseline 2D not working with every TrackIR 5 Camera

Excuse my late response, but I have one further question:

Are there any other advantages or disadvantages of the newer product compared to the older one in any way (like: speed, accuracy etc.)?
by Striezel
Fri May 13, 2011 3:56 am
Forum: OptiTrack SDK
Topic: Baseline 2D not working with every TrackIR 5 Camera
Replies: 9
Views: 14582

Re: Baseline 2D not working with every TrackIR 5 Camera

The Application was written with the Baseline 2D SDK, because it made use of the Vector-Clip.
Since I don't know how many changes would be needed to replace the Baseline 2D SDK with the Camera SDK, I didn't yet consider doing so.
by Striezel
Thu May 12, 2011 4:30 am
Forum: OptiTrack SDK
Topic: Baseline 2D not working with every TrackIR 5 Camera
Replies: 9
Views: 14582

Baseline 2D not working with every TrackIR 5 Camera

<t>Hello!<br/> <br/> I know, that the Optitrack Baseline 2D SDK is a retired product, why I don't expect any support, but maybe someone knows a solution for my problem:<br/> <br/> I have written a small Application with the latest SDK, which works great with my TrackIR5-Camera (111459). Now, trying ...
by Striezel
Fri Jul 16, 2010 3:12 pm
Forum: OptiTrack SDK
Topic: [C#] NPVector Member-Types (cast)
Replies: 2
Views: 6202

Re: [C#] NPVector Member-Types (cast)

Thanks, its working. Couldnt find it in the samples or elsewhere. Should have thought of and tried that myself before...
by Striezel
Fri Jul 16, 2010 9:33 am
Forum: General OptiTrack Support
Topic: NP enumerations in c#
Replies: 7
Views: 5055

Re: NP enumerations in c#

I tried that too for the NP_OPTION enum, thanks for your wider range of enums!
by Striezel
Fri Jul 16, 2010 9:01 am
Forum: OptiTrack SDK
Topic: [C#] NPVector Member-Types (cast)
Replies: 2
Views: 6202

[C#] NPVector Member-Types (cast)

<t>Hello,<br/> I'm new to OptiTrack and try to receive Trackingdata from a NPVector-Object. The Members X, Y, Z, Roll, Pitch and Yaw return an "object".<br/> <br/> The values are needed as float in meters, yet a (float)-cast throws an exception. <br/> <br/> To which Type do i need to convert these o...