We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a Processing sketch throws about four to eight errors a day to do with the Kinect and the USB port. I'm pretty sure I know why, but to confirm it I need to know when the errors are happening. Is it possible to print the errors (the ones in red that appear below the compiler messages) to the IDE console window with the date stamp? or do they reside in a log somewhere?
So, instead of "Isochronous transfer error: 1", I would get
2017-08-29 14:17 Isochronous transfer error: 1
Answers
With a try catch clause you could println the timestamp