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.
1 parent e26a7ea commit a1b8a26Copy full SHA for a1b8a26
wrappers/cpp/libfreenect.hpp
@@ -138,9 +138,9 @@ namespace Freenect {
138
return m_dev;
139
}
140
// Do not call directly even in child
141
- virtual void VideoCallback(void *video, uint32_t timestamp) = 0;
+ virtual void VideoCallback(void *video, uint32_t timestamp) { }
142
143
- virtual void DepthCallback(void *depth, uint32_t timestamp) = 0;
+ virtual void DepthCallback(void *depth, uint32_t timestamp) { }
144
protected:
145
int getVideoBufferSize(){
146
switch(m_video_format) {
0 commit comments