-
Notifications
You must be signed in to change notification settings - Fork 10
Andor camera server
Hlab edited this page May 30, 2013
·
7 revisions
The Andor Camera server interfaces with Andor CCD Cameras. It communicates via Andor SDK, which can only be used on a Windows machine. To access the SDK in python we load the DLL library with ctypes
.
The server is provides a graphical user interface to view the streaming camera images. This is done directly instead of having a separate GUI client to speed up the display of live images. All of the functionality can, of course, also be accessed through the server settings.