Can someone help me fill in the last missing part of my setup?
I have Frigate working on 5 cameras and itās working great with Hassio integrations, node-red alerting, etc.
The only thing Iām missing is how to move the folder that Frigate uses by default. I want to start keeping 24/7 recordings but I need Frigate to use a different drive than the default Hassio media folder. With docker-compose it would be pretty straight forward by changing the volumes. I just donāt understand where I can do that in the HA space.
Good day gents, after a few days playing with this component I wanted to share a bit of my experience.
Iāll start with thanking the developer @blakeblackshear for producing and sharing this software.
The object detection, recording and direct integration into home assistant is seamless and just works very well.
I have not come across another piece of software that does all of this, this well and without having to mend different pieces.
The only struggle Iāve had is related to latency and after reading several associated posts I now understand that it is more of a Hass limitation that anything else.
In my case 4 cameras had an average latency of approximately 10secs which is not a big issue for me, but my doorbell had about 35 seconds, which is significant.
I tried some suggestions namely, config, webrtx component and the live555 rtps proxy but I didnāt get significant improvement.
Ultimately what worked for me is zoneminder. Loading the cameras into zoneminder for monitoring only and adding them into HA via the HA integration produced the best results. Nearly imperceptible latency.
So I have frigate doing the whole object detection, recording and notification whilst zoneminder only provides a āwindowā and Iām happy with the result.
However not sure how I grab the āevent-idā
Looking in Developer Tools / States my camera.front_person entity does not give an ID:
access_token: d2ab1f018bef12a43fd735815273194c3ab751451bf8986d509432d5a015f0ff
friendly_name: Front Person
entity_picture: /api/camera_proxy/camera.front_person?token=d2ab1f018bef12a43fd735815273194c3ab751451bf8986d509432d5a015f0ff
supported_features: 0
@blakeblackshear I have setup Frigate on Unraid as docker and installed the companion app within HA and everything seems to be setup right. I donāt get any errors while starting up Frigate Docker and i see all the MQTT notifications etc in HA. I also see clips and recordings in the media browser. I currently have 2 issues which i cannot figure out:
My detection for cameras stops working almost immediately (it records maybe a clip or two from one camera) before it just stops registering any person or movement. There are no errors or messages. Frigate is still running, but does nothing.
The recorded clip (using higher resolution rtsp stream) is without audio even though I have verified the same stream via VLC is with full audio. Is this as expected?
My cameras are unifi G3 running in standalone mode
I currently do not have a Coral device or anything else. Currently just using CPU to test. My server is 12 core / 24 threads and its not being taxed very much, so its not a cpu or memory bottleneck
I cannot seem to find a way to upload/attach my config.yml here.
Iāve got this old Dell Optiplex FX160 just laying around and thought about how nice it would be to run frigate on it. It has an Intel Atom 230. So I guess my question is, would this work? And also anybody know if google coral would work on it?
The image is distorted both when I do not use any hwaccel and when I use the parameters for Intel Gen 10. If I try to use the parameters for < gen 10 I get an error that vaapi is not found (This was the settings I used on my last install and it did work)
Thatās almost always caused by putting in the wrong video dimensions. If you want to verify your WxH just open the stream in VLC or similar app. Check the stream information to get the dimensions.
I wanted to thank the author for the excellent software - for object detection as well as for the HASS add-on. I ran it with a CPU detector on my nVidia Jetson Nano for over a month with two cameras - without a hitch - usually you donāt get that type of stability from paid production software these days.
I recently added a Coral Edge TPU (m2 - dual TPU version) to the Jetson Nano. After few trials and errors, I was able to get it to run and recognize one TPU.(not sure how to use the second TPU yet). Here are the steps I followed
Added āpcie_aspm=off gasket.dma_bit_mask=32ā to /boot/extlinux/extlinux.conf - following troubleshooting instructions on the bottom of the above page, The line from the file now looks like
I never dealt with proxmox containers but i see a lot of tutorials online.
But i would suggest you to learn how to make containers.
Here are the setup from the developer of this addon.
So i think this might be very easy.
Iām now trying again with the HASS frigate addon mount network share for media folderā¦ long night to go ))