Maximising Batt life (and coolness) in IMU trigger mode? #1204
-
Sorry for slight repetition, I read an answer to this somewhere here on Github (or maybe just the internet) about a year ago, but I can't find it anymore. We have a use case where a bunch of GoPros sit out in the Summer sun on surfboards for about 8 hours, and occasionally go out in the water - it's only this moving bit that's of interest, so IMU triggers are perfect, but ideally we'd also like to shut as much other stuff off while they're not recording to preserve the battery and also let things cool down. I believe I've seen an answer from @dnewman-gpsw saying that actually shutting the sensor down is not supported, but you could put the whole GP into standby and wake periodically to check for motion - danged if I can find it now. So my questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
This script will run for ~18 hours. |
Beta Was this translation helpful? Give feedback.
When for camera boot up enough to test the gyro is using ~2-3W, this is with a 10% LCD brightness. When it is encoding video 5W or more (depending on the video mode.) To go through the full boot, test gyro, and shutdown again is ~15s. If you tested once per minute, you would have a 4X (60/15) increase in standby time, so that camera can be in standby for 14 hours. In the worst case you would loose up 60 seconds of footage. If the s…