This software uses the C++ API for Thorlabs CMOS USB cameras to display the camera images in Matlab. A lightwight display program is also included.
This software was developed and tested on Thorlabs DCC1545M, Windows 7 and Matlab 2014b. Newer version of Matlab should work. The software can also be modified to include the 'parula' lookup table in Matlab 2015 or later.
- Matlab must be configured with a C++ compiler.
- Install the uc480 Version 4.20 SDK (Direct Link) from the Thorlabs Website.
- Copy
uc480.h
anduc480_64.lib
from the Thorlabs C++ SDK into the code directory. - Run
Install64.m
.
This software is made available under the GPL-3.0.