GetCurrentImageUndistorted

Gets the current available image (first in receive queue) with 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:

HRESULT GetCurrentImageUndistorted(
    ITcVnImage*& ipImage
)

Parameters

Name

Type

Description

ipImage

ITcVnImage*&

Returns the undistorted image

GetCurrentImageUndistorted 1: Return value

HRESULT