Skip to content

Andor camera server

Hlab edited this page May 13, 2013 · 7 revisions

Overview

The Andor Camera server interfaces with Andor CCD Cameras. It communicates with the hardware through Andor SDK. To access the SDK in python we load the DLL library with ctypes.

Installation

  • Requires pyqtgraph

  • pyqtgraph works faster if there's a c and c++ compiler installed. need mingw. copy stdref from C:\MinGW\lib\gcc\mingw32\4.7.2\include to C:\MinGW\include

Clone this wiki locally