MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / setPropertyChangedCallback

Method setPropertyChangedCallback

src/openni2/VideoStream.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void VideoStream::setPropertyChangedCallback(oni::driver::PropertyChangedCallback handler, void* pCookie) {
105 callPropertyChangedCallback = true;
106 StreamBase::setPropertyChangedCallback(handler, pCookie);
107}
108
109bool VideoStream::buildFrame(libfreenect2::Frame* lf2Frame)
110{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected