ic0n, do you have any idea on when next release will be ?
markus_e92 joined the channel
Schrottie has quit
Schrottie joined the channel
SSlater has quit
knnniggett joined the channel
chandoo_ joined the channel
tsglove joined the channel
ic0n
celyr there should be a bug fix release soon.
celyr
ic0n, idk if you remember but I'm planning to implement in a large scenario... And I was interested in the mp4 feature
ic0n, and that's was what I'm looking for :)
ic0n
well that isn't going to be released for a long time. you can use my storageareas version right now though. It's a little bleeding edge, but I do use it in production.
celyr
ic0n, Can you please paint me the worst case scenario ?
ic0n
worst case scenario? Something importatnt isn't recorded.
but that often happens with our stable releases too!
celyr
ic0n, ok so if I make an automated script to check that it's
what
ic0n, I don't want to get fired :P
ic0n
the risks are the same no matter what software you go with. It is up to you to ensure that it is working correctly.
celyr
ic0n, ok
ic0n, so zoneminder doesn't implement anything to detect loss of streaming or back recording ?
Schrottie has quit
ic0n
back recording? ? What is that? Sure it detects loss of streaming. It will log all kinds of stuff. You need to have someone monitoring those logs.
shootbird joined the channel
celyr
black*
ic0n
uh no, it will not detect black.
celyr
ic0n, can be a nice feature :P how is written ?
do you eventually accept pull requests ?
ic0n
we always accept pull requests. detection code is c/c++
celyr
Nice maybe I can do it I'll look into it and submit a patch
ic0n
it will detect black every night....
celyr
ic0n, black recording is a feature that is well paid in some commercial software
ic0n, not really, we have mostly ir cameras
ic0n
ah
celyr
or yeah cameras with also ir
so black = masked or something going wrong
ic0n, also many business leaves minimal light on on survelliance zone
ic0n
I look forward to your PR
asker joined the channel
asker
morning
celyr
ic0n, looks like zm_zone.cpp is the right place am I wrong ?
ic0n
well... not if you want to detect black outside of defined zones...
you need to detect it on the raw source image, right?
There used to be a function in monitor.cpp called DetectBlack. It was commented out years ago.