-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.
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.
I hope that's clear enough
Clara
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation