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
- Host: GitHub
- URL: https://github.com/bgamari/mightex-line-ccd
- Owner: bgamari
- Created: 2012-06-20T01:08:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-10-30T13:52:39.000Z (over 12 years ago)
- Last Synced: 2025-03-20T05:36:01.197Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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/)