Is there a way to slow battery drain? #334
-
I have the following setup:
My only issue is that Neolink seems to be continuously streaming the video, even when I'm not viewing it. Or at least it's polling the device, or something, because the battery goes down about 10 to 20% every hour. Is there some setting that will have neolink only poll the device when it's requested, or something else to prevent battery drain? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I think this is currently being tracked in #204. To tldr it this fork always polls. My fork in https://github.com/QuantumEntangledAndy/neolink has some extra features like not polling the stream when not streaming from a client. However users have said that this is not enough and the battery still drains just by the occasional pinging that goes on between camera and client when not pulling video data from it. To progress further we need the camera to talk to us when motion is detected (so that we do not need to stay connected to the camera to know when motion is detected). This might be possible with setting up a mail server and using the cameras mail alerts. But this is not implemented yet. Also I might be getting a battery camera in the near future so this will help with development of these issues. |
Beta Was this translation helpful? Give feedback.
-
The I have ordered my own battery camera now so I should be able to test it a bit better and perhaps tune the polling. |
Beta Was this translation helpful? Give feedback.
I think this is currently being tracked in #204. To tldr it this fork always polls. My fork in https://github.com/QuantumEntangledAndy/neolink has some extra features like not polling the stream when not streaming from a client.
However users have said that this is not enough and the battery still drains just by the occasional pinging that goes on between camera and client when not pulling video data from it.
To progress further we need the camera to talk to us when motion is detected (so that we do not need to stay connected to the camera to know when motion is detected). This might be possible with setting up a mail server and using the cameras mail alerts. But this is not implemented yet.