C# - OptiTrack.dll ?

Share source code samples for use with the Camera SDK
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: C# - OptiTrack.dll ?

Post by Birch »

That appears to be using the old OptiTrack COM SDK which has been discontinued. We advise against building applications on the old sdk.

You might want to look around and see if you can code which uses the new OptiTrack Camera SDK.
johnbsys
Posts: 15
Joined: Mon Oct 10, 2011 4:20 pm
Location: Iowa

Re: C# - OptiTrack.dll ?

Post by johnbsys »

Thanks for the reply Birch.

I am leaving for the trade show to demonstrate the use of the TrackIR cameras tomorrow morning.

"...can code which uses the new OptiTrack Camera SDK..."

Do you know where I can find the NEW OptiTrack Camera SDK?

Thanks,

John
johnbsys
Posts: 15
Joined: Mon Oct 10, 2011 4:20 pm
Location: Iowa

Re: C# - OptiTrack.dll ?

Post by johnbsys »

I tried referencing cameralibrary.dll in VS2010 C# but it says that it is not a valid COM object.
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: C# - OptiTrack.dll ?

Post by Birch »

The new camera SDK does not include a COM interface, it provides a C++ interface.

http://www.naturalpoint.com/optitrack/p ... amera-sdk/
Post Reply