After a few minutes unused, the Yi2K action cams are entering a sleep state and it takes some times to wake them up. We should ensure that they don't enter this state when we are in a recording session.
One way to keep the cams awake without taking an image, is a wifi communication. And instead of only send some dummy data, we could use this communication to resync the clocks
Using the python signal module seems a good way.
After a few minutes unused, the Yi2K action cams are entering a sleep state and it takes some times to wake them up. We should ensure that they don't enter this state when we are in a recording session.
One way to keep the cams awake without taking an image, is a wifi communication. And instead of only send some dummy data, we could use this communication to resync the clocks
Using the python signal module seems a good way.