RGBN camera drivers using the GenICam interface
- Boost (tested +1.60)
- OpenCV (tested +3.x)
- Common Vision Blox (tested +2016 SP1, 12.1)
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
;
Connect your RGBN camera (AD-130GE, GenieNano) and set it up using the GenICamBrowser application. The example app is included in Apps/GenieApp
.