geggo / MVacquire

MVacquire provides a Python wrapper for the mvIMPACT Acquire library for image acquisition from MATRIX VISION, including support for GigEVision or USB3Vision cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVacquire

MVacquire provides a Python wrapper for the mvIMPACT Acquire library for image acquisition with hardware (cameras, framegrabbers) from Matrix Vision. With their mvGenTL_Acquire driver package image acquisition from all cameras (also from other manufactures) compliant with the GenICam, GigE Vision or USB3 Vision standard is possible.

For further information see e.g. the intro or tutorial in the docs folder.

Build on Windows with Microsoft Visual C++ Compiler Package for Python 2.7

  • depending on system open 'Visual C++ 2008 32-bit Command Prompt', or 'Visual C++ 2008 64-bit Command Prompt'

  • navigate to MVacquire base directory:

    set MSSDK=1
    set DISTUTILS_USE_SDK=1
    python setup.py build
    python setup.py install
    

About

MVacquire provides a Python wrapper for the mvIMPACT Acquire library for image acquisition from MATRIX VISION, including support for GigEVision or USB3Vision cameras


Languages

Language:Cython 89.7%Language:Python 10.3%Language:Batchfile 0.0%