Skip to content

Select an Input device

Andrés Solís Montero edited this page Oct 18, 2015 · 3 revisions

The vivalib framework provides a set of useful classes for different input devices such as:

The vivalib framework uses and extends the functionalities of OpenCV's VideoCapture API by implementing a set of classes that follow the Input class interface of our framework. It creates a separated thread that reads images from the input device and passes them to your algorithm.

By default, if no input is specified the Processor class will access the default camera in your system.

You could also extend the framework by Creating your own Input Class