ofTheo/ofxKinectV2

Change the default max depth to more than 4.5m

Closed this issue · 1 comments

DepthPacketProcessor::Config::Config() :
  MinDepth(0.5f),
  MaxDepth(4.5f),
  EnableBilateralFilter(true),
  EnableEdgeAwareFilter(true)
{

I think this can be set via the config in ofProtonect.

closed by #37