-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathREADME.md~
15 lines (9 loc) · 893 Bytes
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QuickSnap
=========
Android camera implementation based off the official Android Gingerbread camera app source code.
Initially the Android Gingerbread camera source was forked, and then modified to become backwards compatible down to API level 7 (Eclair). The video functionality has also been removed.
The code was then further modified to support specific devices that did not work correctly. Primarily devices that had trouble with their front facing cameras.
In the original Gingerbread stock camera app there was a second confirmation step after each photo was taken. This has been removed to make it easier and quicker to take several photos in quick succession.
Additional work has been done to de-activiate the shutter sound and animate the preview, which can be selected via the settings.
## License
Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)