sawankumarbundelkhandi / edge_detection

This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
https://pub.dev/packages/edge_detection
Apache License 2.0
242 stars 242 forks source link

App Crash #181

Open SaadRahim7 opened 5 months ago

SaadRahim7 commented 5 months ago

App getting crash everytime when i scan the document

spich commented 4 months ago

Caused by: java.io.FileNotFoundException: Directory: '/data/user/0/hr.dol.mojiapp/cache'/1.jpg: open failed: ENOENT (No such file or directory)

"${controller.path}/${controller.dokument.value.documents.length+1}.jpg" my problem once was

problem was '/data/user/0/hr.dol.mojiapp/cache'/1.jpg

corect was "${controller.path}/${controller.dokument.value.documents.length+1}.jpg"