mayuce / AndroidDocumentScanner

This library helps to scan a document like CamScanner.
https://www.linkedin.com/in/mayuce/
MIT License
539 stars 167 forks source link

Points are not showing #29

Open AbithaAntony opened 3 years ago

AbithaAntony commented 3 years ago

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

1611157357427

karnasurendra commented 3 years ago

similar issue

kpradeepkumarreddy commented 3 years ago

@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 ?

karnasurendra commented 3 years ago

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 .

pradeep-orbi commented 3 years ago

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 ?

karnasurendra commented 3 years ago

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. … <#m2336591626029583279> 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 .

pradeep-orbi commented 3 years ago

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

karnasurendra commented 3 years ago

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 .

pradeep-orbi commented 2 years ago

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

karnasurendra commented 2 years ago

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

mayuce commented 2 years ago

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.