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

Function setDepthFPS

Samples/NiViewer/Device.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void setDepthFPS(int fps)
570{
571 setFPS(getDepthGenerator(), fps);
572}
573
574void setImageResolution(int res)
575{

Callers

nothing calls this directly

Calls 2

setFPSFunction · 0.85
getDepthGeneratorFunction · 0.85

Tested by

no test coverage detected