Cédric Verstraeten
Cédric Verstraeten
Hey there, did you removed something from the config file? Looks like something is missing. Kerberos.io tries to read an attribute which isn't available.
Well indeed that might be the cause, can you confirm it keeps working after modifying it through the web?
Hmm, still a weird issue. I would like to see the corrupted config files after you've modified a setting through the web interface.
We'll create a new package for the armbian users.
Hey @rotragit, yes indeed, i'll fix it. for i386 we didnt compiled it, if you have time you can contribute. cedric
@muten84 can you help?
Yeah makes sense. We'll look into the feature request.
Hi @agorf, thanks for your feedback, I wasn't aware of this. Can you illustrate how you would do it? Please find the current situation in below snippets. https://github.com/kerberos-io/machinery/blob/master/src/kerberos/machinery/io/IoScript.cpp#L49 https://github.com/kerberos-io/machinery/blob/master/scripts/run.sh
it's possible for IP camera's also. The idea is instead of using OpenCV to write video files (which is slow and heavy operation), we'll fire up an FFMPEG command with...
Yes, but you'll need to adjust the IoVideo class to use FFMPEG instead of OpenCV.