AndroidDocumentScanner icon indicating copy to clipboard operation
AndroidDocumentScanner copied to clipboard

Points are not showing

Open AbithaAntony opened this issue 4 years ago • 10 comments

Getting error libEGL: call to OpenGL ES API with no current context (logged once per thread)

1611157357427

AbithaAntony avatar Jan 21 '21 04:01 AbithaAntony

similar issue

karnasurendra avatar May 31 '21 12:05 karnasurendra

@karnasurendra @AbithaAntony Were you able to find solution for this issue ? I'm looking for a document scanner library. Did you find any other document scanner library which is more stable ?

kpradeepkumarreddy avatar Jul 01 '21 10:07 kpradeepkumarreddy

Hey

This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the names are getting conflict it won't work.

On Thu, 1 Jul, 2021, 15:49 K Pradeep Kumar Reddy, @.***> wrote:

@karnasurendra https://github.com/karnasurendra @AbithaAntony https://github.com/AbithaAntony Were you able to find solution for this issue ? I'm looking for a document scanner library. Did you find any other document scanner library which is more stable ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-872116668, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZ4QKJJI7TXRSTNM6Q3TVQ6LXANCNFSM4WMFJPUQ .

karnasurendra avatar Jul 02 '21 02:07 karnasurendra

Hey This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the names are getting conflict it won't work.

Does this library increase the app size significantly ? How much size does this library increase the app size by ?

pradeep-orbi avatar Jul 03 '21 07:07 pradeep-orbi

Yes it will almost 20 - 30MB

On Sat, 3 Jul, 2021, 12:51 K Pradeep Kumar Reddy, @.***> wrote:

Hey This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the names are getting conflict it won't work. … <#m_2336591626029583279_> On Thu, 1 Jul, 2021, 15:49 K Pradeep Kumar Reddy, @.***> wrote: @karnasurendra https://github.com/karnasurendra https://github.com/karnasurendra @AbithaAntony https://github.com/AbithaAntony https://github.com/AbithaAntony Were you able to find solution for this issue ? I'm looking for a document scanner library. Did you find any other document scanner library which is more stable ? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#29 (comment) https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-872116668>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZ4QKJJI7TXRSTNM6Q3TVQ6LXANCNFSM4WMFJPUQ .

Does this library increase the app size significantly ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-873361489, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZ7TLITX6DW7L2CF57DTV226FANCNFSM4WMFJPUQ .

karnasurendra avatar Jul 03 '21 07:07 karnasurendra

@karnasurendra App size increased by 30 MB after adding this library. Is there a way to reduce the app size ?

pradeep-orbi avatar Jul 09 '21 13:07 pradeep-orbi

No Mate, The Library internally uses NDK ..

On Fri, 9 Jul, 2021, 18:58 K Pradeep Kumar Reddy, @.***> wrote:

@karnasurendra https://github.com/karnasurendra App size increased by 30 MB after adding this library. Is there a way to reduce the app size ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-877187615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZZNPMNEPWTEGFGG2T3TW32PBANCNFSM4WMFJPUQ .

karnasurendra avatar Jul 09 '21 13:07 karnasurendra

How did you resolve this issue ? I'm also facing the same issue.

pradeep-orbi avatar Sep 08 '21 12:09 pradeep-orbi

Later we removed this feature, So removed this library and NDK support as well.

karnasurendra avatar Sep 08 '21 12:09 karnasurendra

Did you try it out with the latest version of it? It might help with the point issue but not with the size increase. It is including OpenCV SDK and it increases the size. You could try only include required classes to lower the size from OpenCV SDK by adding it as a library to your project.

mayuce avatar Dec 16 '21 19:12 mayuce