OSVR-Core
|
Header. More...
#include "ImageSource.h"
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
Functions | |
ImageSourcePtr | osvr::vbtracker::openOpenCVCamera (int which) |
Factory method to open an OpenCV camera by number. | |
ImageSourcePtr | osvr::vbtracker::openImageFileSequence (std::string const &dir) |
Factory method to open a directory of tif files named 0001.tif and onward as an image source (looping) | |
ImageSourcePtr | osvr::vbtracker::openDK2WrappedCamera (ImageSourcePtr &&cam, bool doHid) |
Factory method to wrap an image source, already determined to be an Oculus DK2 camera, with unscrambling and keep-alive code. More... | |
Header.
ImageSourcePtr osvr::vbtracker::openDK2WrappedCamera | ( | ImageSourcePtr && | cam, |
bool | doHid | ||
) |
Factory method to wrap an image source, already determined to be an Oculus DK2 camera, with unscrambling and keep-alive code.