An open API service indexing awesome lists of open source software.

https://github.com/bgamari/mightex-line-ccd

Python interface for Mightex TCN-1304-U CCD line camera
https://github.com/bgamari/mightex-line-ccd

Last synced: 2 months ago
JSON representation

Python interface for Mightex TCN-1304-U CCD line camera

Awesome Lists containing this project

README

          

# Mightex TCN-1304 Line CCD

This is a rudimentary Python interface to the
[Mightex TCN-1304](http://www.mightexsystems.com/family_info.php?cPath=5_48&categories_id=48)
line CCD camera.
See `test.py` for an
example although the interface (namely the `LineCamera` class) should
be pretty self-explanatory.

## Prerequisites

* [pyUSB](http://sourceforge.net/apps/trac/pyusb/) >=1.x
* [Numpy](http://www.scipy.org/)