paktan / osmtracker-android

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

Add Photo Series Mode #255

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I often use my phone as dash cam in my car while driving. I record a video 
stream, and later Identify destination signs, lane information and speed 
limits. Unfortunately, during video replay I can't reporocude the exact GPS 
position where a sign was seen.

I would like a feature in OSMtracker that takes a photo each half second or so 
(configuration parameter) so that I can see in JOSM where the photo was taken. 
It would be preferable if that runs in background, too (e.g. while using a 
navigation app in the foreground). Note that I don't need a video stream, just 
a pic each half second is enough.

I'm not an Android developer, but I guess that in Android it is impossible to 
take pictures while running in background. However, it seems possible to get a 
constant video stream while running in background, and then store each 12th 
frame as photo or so.

What version of the product are you using (See "About" screen)?
v0.6.6

Make/model of your device, and Android version?
Samsung Galaxy S3 GT-I9300 (International), running cyanogenmod 10.2.0-i9300, 
Based on Android 4.3.1.

Please provide any additional information below.

Original issue reported on code.google.com by arronaxarronax on 8 Jan 2015 at 10:01