Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.09 KB

GenICamGrabber

An OpenCV-based grabber for machine vision cameras supported by the Common Vision Blox library by Stemmer Imaging.

Prerequisites

Building

The following setup was built using CMake (3.3.0) and Visual Studio 2015 on Windows 10:

  • set up the project: mkdir build & cd build & cmake .. -G "Visual Studio 14 2015 Win64";
  • to quickly build the program from a command line: cmake --build . --config release.

GeniCam SDK overview

  • Basler - Pylon - only Basler cameras, multi-OS support
  • Teledyne Dalsa - Sapera LT: only Dalsa cameras, Windows/Linux (not-confirmed)
  • Stemmer Imaging - Common Vision Blox - multi-camera support, Windows/Linux(not-tested), licence fee (free with the camera)