Implementation. More...
#include "ConfigurationParser.h"#include "ImageSourceFactories.h"#include "VideoBasedTracker.h"#include <osvr/Server/ConfigureServerFromFile.h>#include "HDKData.h"#include "HDKLedIdentifierFactory.h"#include "CameraParameters.h"#include "SetupSensors.h"#include "CVTwoStepProgressBar.h"#include <osvr/Common/JSONHelpers.h>#include <osvr/Common/JSONEigen.h>#include <opencv2/highgui/highgui.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <json/reader.h>#include <json/value.h>#include <memory>#include <iostream>#include <unordered_set>Go to the source code of this file.
Classes | |
| class | myDetail::StreamPrefixer |
| class | TrackerCalibrationApp |
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
First step: get the config.
Second step: Adjust the config slightly.
Third step: Open cam and construct a tracker.
Fourth step: Add the sensors to the tracker.
Setup sensor just as in tracker app, but don't try to load calibration.
Definition at line 373 of file VideoTrackerCalibrationUtility.cpp.