GetCurrentImageWithGvspInfoUndistorted

GetCurrentImageWithGvspInfoUndistorted 1:

Gets the current available image (first in receive queue) with its corresponding GVSP info and undistortion applied. Incompatible with pixel formats that contain an encoding, e.g. a Bayer pattern. Requires intrinsic calibration parameters in the TcVnGevImageProvider TcCOM module, e.g. set by the calibration assistant.

Syntax

Definition:

METHOD GetCurrentImageWithGvspInfoUndistorted : HRESULT
VAR_INPUT
    ipImage    : Reference To ITcVnImage;
END_VAR
VAR_IN_OUT
    stGvspInfo : GVSP_IMAGE_INFO;
END_VAR

GetCurrentImageWithGvspInfoUndistorted 2: Inputs

Name

Type

Description

ipImage

Reference To ITcVnImage

Returns the undistorted image

GetCurrentImageWithGvspInfoUndistorted 3: In/Outputs

Name

Type

Description

stGvspInfo

GVSP_IMAGE_INFO

Returns the GVSP info

GetCurrentImageWithGvspInfoUndistorted 4: Return value

HRESULT