This file implements a capture factory with a plugin interface to allow for different capture backends to be loaded at runtime if the platform supports them. More...
#include "Alvar.h"
#include "Capture.h"
#include "CaptureDevice.h"
#include "Platform.h"
#include "Util.h"
Go to the source code of this file.
Classes | |
class | alvar::CaptureFactory |
CaptureFactory for creating Capture classes. More... | |
class | alvar::CaptureFactory::CaptureFactoryDestroyer |
CaptureFactoryDestroyer for deleting the CaptureFactory singleton. More... | |
Namespaces | |
namespace | alvar |
Main ALVAR namespace. |
This file implements a capture factory with a plugin interface to allow for different capture backends to be loaded at runtime if the platform supports them.
Definition in file CaptureFactory.h.