org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update (Bug #3391)
Description
the org.opencv.android.NativeCameraView crashes after latest the OpenCV Manager update (Playstore Release 2.4.6.2 (revision 4)), tested on multiple Samsung S3 devices. The test ist easy, just let it run for 10 seconds and it will crash. I think some memory problem. the framerate goes down very fast
Associated revisions
Bug #3391 org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update fixed.
The crash was cased by massive Mat objects leak in NativeCameraView class.
Merge pull request #3391 from alalek:ocl_failure_messages
History
Updated by Alexander Smorkalov over 11 years ago
Thank you for bug report. We publish new OpenCV 2.4.7 version several days ago. Can you check it? Also, it'll be very useful if add whole logcat output with the moment of the crash to the ticket.
Updated by Alexander Smorkalov over 11 years ago
I've been able to reproduce the issue. Logcat output attached.
- File samsung_gs3_native_camera.log added
Updated by Alexander Smorkalov over 11 years ago
- Status changed from New to Open
Updated by Alexander Smorkalov about 11 years ago
- Affected version changed from 2.4.0 - 2.4.6 to 2.4.0 - 2.4.7
- Priority changed from Blocker to High
- Target version set to 2.4.9
Updated by Alexander Smorkalov about 11 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/2411
Updated by Alexander Smorkalov about 11 years ago
- Status changed from Open to Done