mendhak / gpslogger

:satellite: Lightweight GPS Logging Application For Android.
https://gpslogger.app
Other
1.96k stars 605 forks source link

[Feature Request] - Movement detection #1108

Open willowbank48 opened 10 months ago

willowbank48 commented 10 months ago

If there is movement detected based on gps speed, then increase or decrease the occurrences of GPS loging. For more flexible battery management.

Eg. If the timer is set to check and log the gps location at 3 minute intervals, but upon detecting movement at more than 5km/h increase this to every 15 seconds, then if speed drops below 5km/h decrease to once every 30 seconds for 3 minutes then drop to once every 3 minutes.

rekcodocker commented 8 months ago

Similar to #1115 I think.

codethief commented 7 months ago

@rekcodocker No, while the tickets are somewhat related, their are about different issues. The one you linked is about adjusting the logging frequency (to an external file) and decoupling it from the location polling frequency. The present ticket is about adjusting the location polling frequency.

codethief commented 7 months ago

Back to the original topic, I'd like to add that one might also be able to use the accelerometer and other sensors to detect ongoing movement.

EDIT: Looks like this feature existed in the past (?), see #1106 .