Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/pyimaq
Python library to interface with the National Instruments IMAQ Vision Acquisition drivers.
https://github.com/imrehg/pyimaq
Last synced: 12 days ago
JSON representation
Python library to interface with the National Instruments IMAQ Vision Acquisition drivers.
- Host: GitHub
- URL: https://github.com/imrehg/pyimaq
- Owner: imrehg
- License: mit
- Created: 2010-03-12T11:03:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-03-12T11:05:07.000Z (over 14 years ago)
- Last Synced: 2024-04-08T17:42:28.037Z (8 months ago)
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
PyIMAQ
======Python library to interface with the National Instruments (NI) Vision
Acquisition Software (VAS). Support for NI-IMAQ and NI-IMAQ I/O is planned.
The NI-IMAQdx interface is non-free, thus I don't have access to it
at the moment.Unfortunately, NI-IMAQ is available only on Microsoft Windows computers,
and apparently no Linux support is planned at this time.On Windows, PyIMAQ talks to the proprietary DLLs provided by NI.
Design
======PyIMAQ follows a similar architecture to PyVISA [1] (different author).
A core functionality is provided, that can be thought of a "c header ->
python" translation. If you want to write your own routines over these
function references then you only need that single file.A more "Pythonized" intermediate layer is also available ready to use.
[1] PyVISA http://pyvisa.sourceforge.net/
License
=======See LICENSE.txt for information.