MultiCameraOutputTransforms Method  | 
 Multi-camera calibration transforms.
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic float[,][] Transforms()
Public Function Transforms As Single(,)()
public:
array<array<float,2>^>^ Transforms()
Return Value
Type: 
SingleArray of affine transformations in the form of 4x4 matrices.
See Also