tpjanssen
tpjanssen
This is definitely a good feature! Other use cases are to detect if streetlamps are on, or if a camera has switched to infrared mode.
Maybe it is an idea to add an option to use the RTSP stream for this purpose? Lots of camera's have 3 streams, so you can configure the detect, record...
This one is not merged yet?
Hi Nick, Thanks for the quick reply! I've updated the hwaccel_args to preset-intel-qsv-h264. My docker CIL command is this: docker run -d \ --privileged \ --name frigate \ --restart=unless-stopped \...
I've had this in the past, but I had problems when the cache size is not big enough to hold the complete length of the event. Is this handled differently...
> > Not sure what exactly you're referring to being handled, but nothing has changed with the way segments are kept in cache. > I seem to remeber that running...
Ok. And when you download clips by means of the API... Is this data also saved in /tmp? I can remember doing that in the beginning I started to use...
I will investigate on the HLS playlist API. But isn't better to to create a directory in /media/frigate on disk for this function?
I use the clip.mp4 a couple of times a day to download clips in a Node-RED flow. If I use HTTP Live Streaming I still have to merge the segments,...
I loooked into the source, and Frigate also used clip.mp4 API to generate a download. I retested with mem cache, and when downloading an event I get lots errors. Bottom...