Camera positional information

Post Reply
JeDi
Posts: 41
Joined: Thu Mar 10, 2011 3:59 am

Camera positional information

Post by JeDi »

Hi,

We are doing experiments on positioning the six cameras we use for our specific setup, and want to save/report the position and rotation information (so the extrinsic parameters) of the cameras, so we can reproduce the setup later on.

Is this possible, using the Tracking Tools software, the SDK, or any of the streaming protocols?

Greetings,
Jeroen Dierckx
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Camera positional information

Post by NaturalPoint - Mike »

You can certainly do this through the Tracking Tools API. Calibrate, then load the calibration and use TT_CameraXPosition(), TT_CameraYPosition(), and TT_CameraZPosition() for position, and TT_CameraOrientationMatrix() for orientation.
JeDi
Posts: 41
Joined: Thu Mar 10, 2011 3:59 am

Re: Camera positional information

Post by JeDi »

Thanks a lot! I will use the SDK to save the information then. Is this information by any chance also available in the Tracking Tools GUI?
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Camera positional information

Post by NaturalPoint - Mike »

Those commands are specific to the TT_API, as the SDK has no concept of calibration.
Post Reply