MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / setDepthResolution

Function setDepthResolution

Samples/NiViewer/Device.cpp:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void setDepthResolution(int res)
565{
566 setResolution(getDepthGenerator(), res);
567}
568
569void setDepthFPS(int fps)
570{

Callers

nothing calls this directly

Calls 2

setResolutionFunction · 0.85
getDepthGeneratorFunction · 0.85

Tested by

no test coverage detected