imaq1394GetFeaturesCW

NI-IMAQ for IEEE 1394 Cameras Function

imaq1394GetFeaturesCW

Format

imaq1394GetFeaturesCW(sessionId As SESSION_ID, psaFeatureArray() As Feature) As IMG_ERR

Purpose

Retrieves the features supported by the camera.

Parameters

Description
Parameter Type
sessionId SESSION_ID A valid Session ID, which you can obtain with the function imaq1394CameraOpenimaq1394CameraOpen.html.
psaFeatureArray SAFEARRAY (Feature) An array of feature 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.