Unnecessary log printouts in OpenCV::camera (Bug #2506)


Added by Erik Hellman over 12 years ago. Updated about 12 years ago.


Status:Done Start date:2012-11-05
Priority:Normal Due date:
Assignee:Alexander Smorkalov % Done:

0%

Category:android
Target version:2.4.3.1
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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.


Associated revisions

Revision aa4e6a8a
Added by Alexander Smorkalov over 12 years ago

Issue #2547 Native camera does not work on Google Nexus 7 with Android 4.2 fixed;
Issue #2506 Unnecessary log printouts in OpenCV::camera fixed;
Native camera for MIPS Android 4.1.1 added.
Build script for camera updated.

Revision ef9669ba
Added by Andrey Pavlenko almost 11 years ago

Merge pull request #2506 from apavlenko:lbp_ocl_use_any_device

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

Also available in: Atom PDF