USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_DeviceFeature (HIDS hCam, UINT nCommand, void* pParam, UINT cbSizeOfParam)
Description
Using is_DeviceFeature() you can configure special camera functions provided by specific uEye models:
•On UI-124x/UI-324x/UI-524x and UI-125x/UI-325x/UI-525x monochrome models: Set line scan mode, see uEye Cockpit: Shutter.
Only the monochrome camera models UI-124x/UI-324x/UI-524x and UI-125x/UI-325x/UI-525x currently support the "fast line scan" mode. |
The nCommand input parameter is used to select the function mode. The pParam input parameter depends on the selected function mode. If you select functions for setting or returning a value, pParam contains a pointer to a variable of the UINT type. The size of the memory area to which pParam refers is specified in the cbSizeOfParam input parameter.
Input parameters
hCam |
Camera handle |
pParam |
Pointer to a function parameter, whose function depends on nCommand. |
cbSizeOfParam |
Size (in bytes) of the memory area to which pParam refers. |
Status flags from DEVICE_FEATURE_MODE_CAPS
IS_DEVICE_FEATURE_CAP_LINESCAN_MODE_FAST |
Fast line scan mode is supported/Set mode |
IS_DEVICE_FEATURE_CAP_LINESCAN_NUMBER |
Line number at fast line scan mode is supported/Set number |