OpenKinect: disabling console messages?

So I've been using Shiffman's OpenKinect-for-Processing for a while now, It kept spitting out errors in the console which I assume are dropped frames or something, which I've safely ignored so far. But they are seriously hampering my debugging efforts as they keep flooding the console with messages, obscuring println() messages when I'm debugging. Is there a way of disabling these console messages I'm just unaware of?

(if anyone knows more about the errors themselves, pitch in as well :) )

Sample:

[DepthPacketStreamParser::onDataReceived] not all subsequences received 1020
[DepthPacketStreamParser::onDataReceived] not all subsequences received 511
[TurboJpegRgbPacketProcessor::doProcess] Failed to decompress rgb image! TurboJPEG error: 'Corrupt JPEG data: premature end of data segment'
[RgbPacketStreamParser::onDataReceived] packetsize or sequence doesn't match!
[TurboJpegRgbPacketProcessor::doProcess] Failed to decompress rgb image! TurboJPEG error: 'Corrupt JPEG data: 1672 extraneous bytes before marker 0xd5'
[RgbPacketStreamParser::onDataReceived] packetsize or sequence doesn't match!
Sign In or Register to comment.