We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89ccc40 + 0db382c commit ec04a63Copy full SHA for ec04a63
wrappers/cpp/libfreenect.hpp
@@ -132,6 +132,9 @@ namespace Freenect {
132
freenect_resolution getDepthResolution() {
133
return m_depth_resolution;
134
}
135
+ const freenect_device *getDevice() {
136
+ return m_dev;
137
+ }
138
// Do not call directly even in child
139
virtual void VideoCallback(void *video, uint32_t timestamp) = 0;
140
0 commit comments