Search found 6 matches

by flaviofontana
Fri Oct 10, 2014 1:05 am
Forum: OptiTrack Data Streaming
Topic: Unique trackable id
Replies: 3
Views: 3522

Re: Unique trackable id

Hi Dustin

I posted this bug month ago, but i still did not get any reply.

cheers flavio
by flaviofontana
Fri Aug 15, 2014 9:00 am
Forum: Motive
Topic: continous illumination for prime 17w
Replies: 2
Views: 3198

Re: continous illumination for prime 17w

Hi again We want to record groundtruth for an experiment. Unfortunately our sensor is affected by the strobe of the Optitrack cameras. When we shutdown the primes and only use the s250e in continous mode it works. However we need to use all cameras to cover the hole space. Is it possible to get a Fi...
by flaviofontana
Fri Apr 25, 2014 6:48 am
Forum: OptiTrack Data Streaming
Topic: Unique trackable id
Replies: 3
Views: 3522

Unique trackable id

HI Optitrack Team

In the current version of Motive multiple trackables can have the same id. When sorting the streamed data with the sdk this is very confusing not being able to rely on a unique id.

flavio
by flaviofontana
Thu Feb 20, 2014 10:46 am
Forum: Motive
Topic: continous illumination for prime 17w
Replies: 2
Views: 3198

continous illumination for prime 17w

Hi Optitrack support. We need to set the cameras to contionous illumination, however i can not find this option for the prime 17w cameras, for the 250e it is there and i can set it. We use the most recent motive version (i checked for updates). On the data sheet of the prime 17w it sais that illumin...
by flaviofontana
Tue Dec 10, 2013 4:47 pm
Forum: OptiTrack Data Streaming
Topic: NatNet SDK number of visible markers of rigid body
Replies: 3
Views: 4800

Re: NatNet SDK number of visible markers of rigid body

Hi Morgan Thanks a lot for your prompt reply. I implemented the proposed method now and it works. however there is one concern the marker ID's are not unique. Rigid Body 1: Marker 1 Marker 2 ...... Rigid Body 2: Marker 1 Marker 2 ...... I can see that so far the order of the sets is everywhere the s...
by flaviofontana
Tue Dec 10, 2013 2:34 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK number of visible markers of rigid body
Replies: 3
Views: 4800

NatNet SDK number of visible markers of rigid body

Hi Im using the NatNet SDK to stream data. Everything works fine apart from getting the number of visible markers of a rigid body. Here the data structure of the rigidbody data: typedef struct sRigidBodyData { int ID; // RigidBody identifier float x, y, z; // Position float qx, qy, qz, qw; // Orient...