JavaCameraView::onPreviewFrame() log level (Bug #2876)
Description
onPreviewFrame() has two Log entries that are set to "information" level, but the contents of the output are issued every frame during video capture, and the messages are more appropriate to the "debug" log level. It might be preferable to change the log level rather than set up a logcat filter.
History
Updated by Alexander Smorkalov almost 13 years ago
- Category set to android
- Assignee set to Alexander Smorkalov
- Target version set to 2.4.5
Updated by Alexander Smorkalov almost 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/759