OpenCV 4.7.0 Windows 10 log location

I have set OPENCV_LOG_LEVEL=DEBUG and OPENCV_VIDEOIO_DEBUG=1. Where is this output displayed? I’ve tried DbgView; no. Local file to executables; no. %OPENCV_DIR%/*; no.

Windows 10
OpenCV 4.7.0
OpenCVSharp/c#

there is no log file, any output is going to the terminal, where your prog runs

Thanks for the response.

For anyone else using Visual Studio on Windows 10, the log output will be placed in output window in VS.

1 Like