Search found 1 match
- Sun Nov 24, 2024 6:55 pm
- Forum: Motive
- Topic: Accessing extrinsic and intrinsic camera information
- Replies: 1
- Views: 1853
Re: Accessing extrinsic and intrinsic camera information
The extrinsic data (position and orientation) of the cameras is available from Motive, as you pointed out. You can use the API to access the current camera positions and orientations. In particular: Camera::GetPose() will give you the position and orientation of each camera relative to the global co...