To integrate the uEye cameras into your own programs, you can use the functions and parameters provided by the uEye SDK. These are described in this chapter. The descriptions are listed alphabetically by function and are structured as follows:
USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
This table shows the availability of the function. For both Windows and Linux the table shows which uEye camera series supports the function.
Syntax
Prototype of the function from the ueye.h header file.
Description
Description of the function with cross-references to related functions.
Input parameters
Description of the function parameters including their value ranges.
Return value
Description and value range of the return value. If a function returns the IS_NO_SUCCESS (-1) value, you can get information on the error from the is_GetError() function.
Related functions
List with similar or related SDK functions.
Example
For some functions, C++ programming samples are have been added.
Sample programs
Some descriptions include references to uEye SDK sample programs. When you install the uEye software, the demo applications are copied to the C:\Programs\IDS\uEye\Samples directory. The associated source code can be found under C:\Programs\IDS\uEye\Develop\Source.
All sample programs are described in the uEye Samples Manual.