/Genie

RGBN camera drivers using GenICam interface

Primary LanguageC++

Genie

RGBN camera drivers using the GenICam interface

Prerequisites

Building

Windows 10, CMake (3.3.0) and Visual Studio 2015:

  • 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.

Ubuntu 16 LTS, CMake (3.5.1) and gcc:

  • mkdir build && cd build && cmake .. -G "Unix Makefiles" && make;

Testing

Connect your RGBN camera (AD-130GE, GenieNano) and set it up using the GenICamBrowser application. The example app is included in Apps/GenieApp.