CalibratorWriteCameraCorrection Method |
Write the in-field correction on a camera
Namespace:
Zivid.NET.Experimental.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public static void WriteCameraCorrection(
Camera camera,
CameraCorrection cameraCorrection
)
Public Shared Sub WriteCameraCorrection (
camera As Camera,
cameraCorrection As CameraCorrection
)
public:
static void WriteCameraCorrection(
Camera^ camera,
CameraCorrection^ cameraCorrection
)
Parameters
- camera
- Type: Zivid.NETCamera
The camera to write the correction to - cameraCorrection
- Type: Zivid.NET.Experimental.CalibrationCameraCorrection
The camera correction to write
Remarks
After calling this function, the given correction will automatically be used any time the capture
function is called on this camera. The correction will be persisted on the camera even though the camera
is power-cycled or connected to a different PC.
Beware that calling this will overwrite any existing correction present on the camera.
See Also