pose2sim icon indicating copy to clipboard operation
pose2sim copied to clipboard

Extrinsic parameter retrieval using Optitrack

Open claraaudap opened this issue 2 years ago • 2 comments
trafficstars

Hello,

In this post, I will tell you how to retrieve extrinsic parameters using Optitrack's Motive softwar.

First, you need to calibrate your cameras using Optitrack's Motive software to obtain the .cal calibration file generated by the software. Next, create a project in Visual Studio using C++ and write the following code to read the calibration file and retrieve the position and orientation matrix of your cameras.

extrinsics.txt

Then, you must transform the 3x3 orientation matrix into an orientation vector. For this purpose, I have created the following code as I was unable to convert it using the void cv::Rodrigues function.

transformée.txt

I hope that's clear enough

Clara

claraaudap avatar Jul 25 '23 08:07 claraaudap

Thanks Clara! I'll add it to the doc and tag you as soon as I upgrade Pose2Sim :)

davidpagnon avatar Jul 25 '23 08:07 davidpagnon

Hi Clara,

Just in case you need to move away from the Optitrack calibration, I finally released a tool for a robust and simple calibration. If you ever end up using it, please tell me if anything goes wrong!

davidpagnon avatar Aug 21 '23 00:08 davidpagnon