MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / addOculusSensor

Method addOculusSensor

plugins/videobasedtracker/VideoBasedTracker.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace osvr {
35namespace vbtracker {
36 void VideoBasedTracker::addOculusSensor() {
37 /// @todo this clearly violates what I expected was the invariant - not
38 /// sure if it's because of incomplete Oculus information, or due to a
39 /// misunderstanding of how this all works.
40 m_led_groups.emplace_back();
41 }
42 void VideoBasedTracker::addSensor(LedIdentifier *identifier,
43 DoubleVecVec const &m,
44 std::vector<double> const &d,

Callers 1

m_cameraFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected