SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

Created a folder on /sdcard/ for all images captured #8

Closed ZKjellberg closed 8 years ago

ZKjellberg commented 8 years ago

Past implementation dumped images on root of /sdcard/. This resulted in a crowded sdcard.

The new implementation creates a folder named OpenALPR which will now store all the images.

SandroMachado commented 8 years ago

@ZKjellberg thanks again :+1: