imaqGetCalibrationInfo2

NI Vision for LabWindows/CVI Function

imaqGetCalibrationInfo2

Usage

CalibrationInfo* imaqGetCalibrationInfo2(const Image* image);

Purpose

Returns calibration information associated with an image.

Image Types Supported

IMAQ_IMAGE_U8, IMAQ_IMAGE_U16, IMAQ_IMAGE_I16, IMAQ_IMAGE_SGL, IMAQ_IMAGE_RGB, IMAQ_IMAGE_HSL

Parameters

Name

Type

Description

image const Image* The image the function returns calibration information for.

Return Value

Type

Description

CalibrationInfo* On success, this function returns information describing the calibration of the image. On failure, this function returns NULL. To get extended error information, call imaqGetLastError(). When you are finished with the information, dispose of it by calling imaqDispose().