mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
76b40a37e7
* Remove unavoidable print of CV error The return value covers whether the device exists. This might be better hidden behind a debug flag, but I couldn't work out how to do that nicely. * Use `CV_LOG_WARNING` macro to log rather than removing it entirely