Ask Your Question

Revision history [back]

opencv python - how to enable debug logging?

Hi,

I am running into a bug when I use cv2.blur() when doing face blurring on big panorama images.

The python code hangs and the machine cpu usage goes to 100% on one of the core.

I would like to see if I can figure out why when I call cv2.blur(...) the code hangs. I wonder if there is a way in openCV to enable debug logging from the python api

Many Thanks