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

Method loadP0Tables

src/libfreenect2.cpp:1466–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466void Freenect2ReplayDevice::loadP0Tables(unsigned char* buffer, size_t buffer_length)
1467{
1468 pipeline_->getDepthPacketProcessor()->loadP0TablesFromCommandResponse(buffer, buffer_length);
1469}
1470
1471void Freenect2ReplayDevice::static_execute(void* arg)
1472{

Callers

nothing calls this directly

Tested by

no test coverage detected