kerberos-io / agent

An open and scalable video surveillance system for anyone making this world a better and more peaceful place.
https://kerberos.io
MIT License
642 stars 78 forks source link

No Live View and Motion Dectetions when Continuous recording enabled #50

Closed nurio-felix closed 1 year ago

nurio-felix commented 1 year ago

Hello,

When Continuous recording is enabled, Live View is not working for me, also I think Motion Dectetions it should remain active even is Continuous recording is ON.

agent-outdoor

cedricve commented 1 year ago

Correct we disabled motion on continuous recording for performance. We might need to make this adjustable so we can combine both.

Motion detection is linked to the live view as we are using the motion images for the live stream.

Lets make this an enhancement.

Kind regards, Verstraeten Cédric

On 16 Sep 2022, at 01:59, Núrio Félix @.***> wrote:

 Hello,

When Continuous recording is enabled, Live View is not working for me, also I think Motion Dectetions it should remain active even is Continuous recording is ON.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

nurio-felix commented 1 year ago

Correct we disabled motion on continuous recording for performance. We might need to make this adjustable so we can combine both. Motion detection is linked to the live view as we are using the motion images for the live stream. Lets make this an enhancement. Kind regards, Verstraeten Cédric

Nice, so far it is working fine without consuming too many resources.

CPU: cpu-agent

MEMORY: memory-agent

cedricve commented 1 year ago

This is now fixed, we are using another method (websockets) to send over the MJPEGs. This now works for both settings (motion or continuous).