alidiepuit / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

Make making photos easier #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. On my device (HTC Legend) making a photo requires pressing the hardware 
button which is diffcult to reach in portrait mode. It would be much easier if 
there was a large button on screen.

2. Why is there a need to press another button after the photo is made? I never 
pressed the right button (the one with the recycle symbol) so having two 
buttons seem useless and one could directly and automatically go back to the 
main menu after shooting the photo.

Original issue reported on code.google.com by misc2...@danielnaber.de on 2 Oct 2010 at 4:54

GoogleCodeExporter commented 9 years ago
There is a button to take a photo on the main screen, on the top row. Does it 
work for you ?

This button launches the default Android photo app. and relies on it to take 
the picture, this way I didn't have to re-code a photo app. ;-) so I don't have 
any options concerning the way it behaves...

Original comment by nguillau...@gmail.com on 3 Oct 2010 at 12:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have a photo button in the osmtracker app which then takes me to the camera 
preview, but I don't have an onscreen button there (using HTC Legend with HTC 
sense). So this issue could be described as this: implement a new photo 
component to add a button and to improve workflow. The barcode scanner app is 
an example for that:
http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/
client/android/camera/CameraManager.java

Original comment by misc2...@danielnaber.de on 3 Oct 2010 at 10:08