OptiHub External Sync Control?

ylmotion
Posts: 3
Joined: Tue Sep 04, 2012 6:22 pm

Re: OptiHub External Sync Control?

Post by ylmotion »

One more thing to add on, we also note that if we export the .tim file as a csv instead of a c3d as we would like to. We notice that there are real-time stamps, however, we cannot understand the relationship with the markers data with c3d. Has anyone manage to gain insight to what the csv is generating, i.e. c.f. the c3d?
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: OptiHub External Sync Control?

Post by NaturalPoint - Mike »

C3D will not export unlabeled markers, only those markers that are part of a rigid body. CSV contains all markers, labeled or otherwise.
ShineDSK
Posts: 5
Joined: Sun Aug 26, 2012 11:52 pm

Re: OptiHub External Sync Control?

Post by ShineDSK »

[quote=NaturalPoint - Mike]C3D will not export unlabeled markers, only those markers that are part of a rigid body. CSV contains all markers, labeled or otherwise. [/quote]
Hi Mike, I still have another engineering question:
How could I used this sdk dll in a C# project?(platform vs2008) I tried the [DllImport] keyword, but it couldn't help me to cite your Classes like Camera, CameraList...
Thanks
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: OptiHub External Sync Control?

Post by NaturalPoint - Mike »

The Camera SDK is written as close to flat c as possible. I'd recommend bringing it up in C++ and wrapping functions into C# as needed.
ShineDSK
Posts: 5
Joined: Sun Aug 26, 2012 11:52 pm

Re: OptiHub External Sync Control?

Post by ShineDSK »

Thanks Mike :grin:
Post Reply