CSharp - Getting Started Ueye SDK
CSharp - Getting Started Ueye SDK
NET SDK
Name
Description
The uEye API is part of the comprehensive IDS Software Suite for uEye cameras which is available as
a free download.
In addition to the drivers, the IDS Software Suite features the IDS Camera Manager, the uEye Cockpit
and a software development kit (SDK) for creating your own uEye programs.
Numerous demo applications make it easy for you to get started with uEye programming.
For detailed information about requirements, installation and programming, please refer to the uEye
manual: https://en.ids-imaging.com/manuals-ueye-software.html
Prerequisites
An IDE (for example: Microsoft Visual Studio 2015), installed IDS Software Suite (https://en.ids-
imaging.com/download-ueye-win32.html) and a connected uEye camera. To make sure the driver is
properly installed and the camera is working, you could start the uEye Cockpit to get a live image.
In the following example, we use Microsoft Visual Studio 2015 and IDS Software Suite 4.90.
It shows how to create a simple C# and VB .NET Project.
Project creation
After entering the main menu of Microsoft Visual Studio 2015, go to File New Project…
Go to Installed Templates Visual C# or Visual Basic Windows Forms Application.
Enter name and location for the project. Push the OK button.
or
Dim WithEvents Camera As New uEye.Camera() (VB)
Contact
IDS Imaging Development Systems GmbH
Dimbacher Straße 6-8
74182 Obersulm, Germany
T: +49 7134 96196-0
F: +49 7134 96196-99
E: [email protected]
W: www.ids-imaging.com