This VI retrieves the minimum and maximum values for the specified feature.



.........................................................................................................................................................................


Controls and Indicators


        hCamera IN is the camera handle. This value is returned by Initialize.vi and is passed between Pixelink VIs as a reference.


          uFeatureID IN is the ID of the feature to get information for. The value FEATURE_ALL in the enumerated list should not be used.


           hCamera OUT has the same value as hCamera IN.


           CAMERA_FEATURE is a cluster of feature elements. 

    uFeatureId will have the same value as uFeatureID IN.


    uFlags are the feature flags of the requested feature.


    fMinValues is an array of minimum values for each of the elements of the feature.


    fMaxValues is an array of maximum values for each of the elements of the feature.


Details


Use this function to identify the presence and range of features in the camera. The returned information identifying the features can be used to qualify calls to GetFeature and SetFeature VIs prior to use.


uFlags can be decoded using the enumerated control FEATURE_FLAGS and the VI GetFeatureFlagsHexValue.


The min and max value arrays will have multiple array elements if the requested feature has multiple parameters. See the camera system guide for details concerning the meaning of the parameters.


Note: See Error Handling for error input and output information and error codes.