AVCameraCalibrationData.ExtrinsicMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a 4x3 camera transform whose left 3 columns contain camera rotation data and whose right column contains tranlsation values, in millimeters, relative to a reference camera in the world or scene.
public virtual OpenTK.NMatrix4x3 ExtrinsicMatrix { [Foundation.Export("extrinsicMatrix")] get; }
member this.ExtrinsicMatrix : OpenTK.NMatrix4x3
Property Value
- Attributes