For your uEye camera, a comprehensive software package is available for download. The current version of the IDS Software Suite is available as a free download at https://en.ids-imaging.com/download-ueye.html.
In addition to the drivers, the IDS Software Suite includes the IDS Camera Manager, the uEye Cockpit and the uEye API programming interface for creating your own uEye programs under Windows and Linux. Numerous demo applications make it easy for you to get started with uEye programming. The uEye API offers you numerous commands with which you can access all the parameters and functions of your uEye camera. This chapter contains all the information you need to integrate the uEye in your own applications using the uEye API.
First steps to uEye programming
Error codes of AVI and RAW functions
Note on older functions We are continuously extending and enhancing the uEye API. The resulting product upgrades sometimes require replacing obsolete functions with new ones. If it is neccessary to continue working with the older functions, it is possible to add the ueye_deprecated.h header file additionally to the ueye.h header file. The ueye_deprecated.h header file contains all obsolete function definitions and constants which are no longer part of the ueye.h header file. |