Page 2 of 2

Re: OptiHub External Sync Control?

Posted: Tue Sep 04, 2012 9:17 pm
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?

Re: OptiHub External Sync Control?

Posted: Wed Sep 05, 2012 7:33 pm
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.

Re: OptiHub External Sync Control?

Posted: Thu Sep 06, 2012 7:37 pm
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

Re: OptiHub External Sync Control?

Posted: Fri Sep 07, 2012 11:18 am
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.

Re: OptiHub External Sync Control?

Posted: Sat Sep 08, 2012 6:51 pm
by ShineDSK
Thanks Mike :grin: