Unnecessary log printouts in OpenCV::camera (Bug #2506)
Description
There is a debug printout in OpenCV::camera that causes the Android logcat to get flooded by the following log print when continuously grabbing frames.
D/OpenCV::camera( 2664): CameraActivity::getFrameWidth()
D/OpenCV::camera( 2664): CameraActivity::getFrameHeight()
...
Apart from being completely unnecessary it can also cause a performance degrade. This should be wrapped in a proper conditional check or removed.
History
Updated by Andrey Kamaev over 12 years ago
- Target version set to 2.4.4
- Status changed from Open to Done
Updated by Andrey Kamaev about 12 years ago
- Target version changed from 2.4.4 to 2.4.3.1