For a project, I am working with libfreenect2 and because I am reading some commands from console I want to hide the messages* that libfreenect2 outputs when the kinect is acquiring data. How could I do that? *I mean all the messages about skipping data and so on
how to Hide the output messages from libfreenect2?
289 Views Asked by rafaoc At
2
Google is your friend: https://openkinect.github.io/libfreenect2/group__logging.html
So just use
libfreenect2::setGlobalLogger(NULL);