imaq1394GetFeatures2CW

NI-IMAQ for IEEE 1394 Cameras Function

imaq1394GetFeatures2CW

Format

imaq1394GetFeatures2CW(sessionId As SESSION_ID, psaFeatureArray() As Feature2) As IMG_ERR

Purpose

Retrieves the features supported by the camera.

Parameters

Parameter Type Description
sessionId SESSION_ID A valid Session ID, which you can obtain using imaq1394CameraOpen2.
psaFeatureArray SAFEARRAY (Feature2) An array of Feature2 structure elements in which the features supported by the camera are stored.

Return Value

On success, this function returns IMG1394_ERR_GOOD. On failure, this function returns an error code. You can obtain a more detailed error message with imaq1394ShowErrorCW.