Header.
More...
#include "CameraParameters.h"
#include "IMUMessage.h"
#include "ThreadsafeBodyReporting.h"
#include "TrackingSystem.h"
#include "ImageSources/ImageSource.h"
#include <osvr/Util/ClientReportTypesC.h>
#include <opencv2/core/core.hpp>
#include <boost/noncopyable.hpp>
#include <folly/ProducerConsumerQueue.h>
#include <folly/sorted_vector_types.h>
#include <osvr/TypePack/List.h>
#include <array>
#include <chrono>
#include <condition_variable>
#include <cstdint>
#include <future>
#include <iosfwd>
#include <mutex>
#include <queue>
#include <thread>
Go to the source code of this file.
|
using | osvr::vbtracker::DebugArray = std::array< double, DEBUG_ANALOGS_REQUIRED > |
|
using | osvr::vbtracker::UpdatedBodyIndices = folly::sorted_vector_set< BodyId, BodyIdOrdering > |
|
Header.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file TrackerThread.h.