Take photos/video when in area
Posted: December 2nd, 2021, 6:40 pm
Imagine the following scenario:
Latency would not be an issue as you can draw the area always larger than actually needed. Checking every second is more than enough.
Later this "second phone" could be a tiny hardware utility, e.g. ESP32 NodeMCU.
Maybe this is something you want to consider.
- Camera is on a tripod at the bottom of an interesting segment of a ski slope.
- Now you would need a camera man who starts and stops recording whenever I am in view.
- instead my phone broadcasts its GPS position and whenever I enter a predefined area, the camera starts recording and when I exit the area it stops recording after a n-seconds safety interval.
- The range is too short. Must be in the 100m or more and reliable.
- Often we ride as a group of 5 people. Recording should run whenever any of these people is in the zone.
- No feedback when far away, e.g. sitting in the chair lift and checking how many seconds the last recording was, when the last recording was, etc.
Latency would not be an issue as you can draw the area always larger than actually needed. Checking every second is more than enough.
Later this "second phone" could be a tiny hardware utility, e.g. ESP32 NodeMCU.
Maybe this is something you want to consider.