Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ protected boolean onFocusKeyUp() {
@Override
protected boolean onShutterKeyDown() {
camera.getNormalCamera().takePicture(null, null, null);
// i) changing code to for camera.getNormalCamera().takePicture(null, null, mPicture);
// then use PictureCallback mPicture = new PictureCallback()
// ii) get the filename of the new picture created
// iii) Exif: add TAG UserComment "something"
return true;
}

Expand Down