UVOS libuvoscam and uvoscam_cli
This is a library and cli application that wraps aravis to avoid GOBJECT leakage into a c++ application using aravis. On top of this it also implements color space conversions and demosaicing
license: GPL v3.0 or later
Building and Installing
Requirements:
- cmake
- pkg-config
- openCV v3.0 or later
- aravis-0.8
Build instructions:
- run 'cmake .'
- run 'make'
To install run 'make install' as root.
uvoscam_cli usage
To unwrap a object:
- run 'uvoscam_cli'
- at the > prompt type 'list' to show the cameras available
- open a camera with 'open $(index)'
- use 'capture $(imageFileName)' to save an image
- for more available commands type 'help'
Description
This is a library and cli application that wraps aravis to avoid GOBJECT leakage into a c++ application using aravis. On top of this it also implements color space conversions and demosaicing
Languages
C++
95.3%
CMake
4.7%