Main file for a video-based HMD tracker. More...
#include "VideoBasedTracker.h"#include "HDKLedIdentifierFactory.h"#include "CameraParameters.h"#include "ImageSource.h"#include "ImageSourceFactories.h"#include <osvr/PluginKit/PluginKit.h>#include <osvr/PluginKit/TrackerInterfaceC.h>#include <osvr/PluginKit/AnalogInterfaceC.h>#include "HDKData.h"#include "SetupSensors.h"#include "ConfigurationParser.h"#include "com_osvr_VideoBasedHMDTracker_json.h"#include <opencv2/core/core.hpp>#include <opencv2/core/operations.hpp>#include <opencv2/highgui/highgui.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <json/value.h>#include <json/reader.h>#include <boost/noncopyable.hpp>#include <iostream>#include <fstream>#include <iomanip>#include <sstream>#include <memory>Go to the source code of this file.
Functions | |
| OSVR_PLUGIN (com_osvr_VideoBasedHMDTracker) | |
Main file for a video-based HMD tracker.
Definition in file com_osvr_VideoBasedHMDTracker.cpp.
| OSVR_PLUGIN | ( | com_osvr_VideoBasedHMDTracker | ) |
Tell the core we're available to create a device object.
Definition at line 400 of file com_osvr_VideoBasedHMDTracker.cpp.