Open jdeeee opened 5 years ago
Hi!
When running the kinect2_bridge (https://github.com/code-iai/iai_kinect2/tree/master/kinect2_bridge), which uses libfreenect2, there will constantly be messages printed to console. Specifically, I see messages like
[Info] [DepthPacketStreamParser] 38 packets were lost
or
[Info] [CpuDepthPacketProcessor] avg. time: 314.976ms -> ~3.17484Hz
is it possible to suppress these messages?
Thanks!
export LIBFREENECT2_LOGGER_LEVEL=none
Hi!
When running the kinect2_bridge (https://github.com/code-iai/iai_kinect2/tree/master/kinect2_bridge), which uses libfreenect2, there will constantly be messages printed to console. Specifically, I see messages like
or
is it possible to suppress these messages?
Thanks!