Replies: 4 comments 8 replies
-
I'm not sure what the inference times are for the standard runtime and there may be other trade offs as well. The docs highly recommend a powered USB hub as the coral is very temperamental when it comes to power either way |
Beta Was this translation helpful? Give feedback.
-
Yeah, Coral is very power temperamental, probably spiking behind specs. Powered USB3 hub is another can of worms:
Another solution would be to power Coral from RPi4 +5V pin, as it is connected directly to 3A PSU without any polyfuses. But that would require custom USB3 cable with a split power wire. Not sure such thing is available on market, and DIY soldering and injecting would be messy because of USB3 wire count. |
Beta Was this translation helpful? Give feedback.
-
Google docs warn about using the max driver and heat. I would just connect the coral thumb inside the case in a good air flow section and not worry about it. |
Beta Was this translation helpful? Give feedback.
-
1.5 year later answer is yes, with a direct wired feed of +5v from RPi4 to Coral whole setup is stable. One camera only, just Frigate container. System load average: 0.96, 0.68, 0.71 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running Frigate on Raspberry Pi 4B and obviosly running into USB power issues, so a bit of simple math:
Quick grep inside Frigate container says its using libedgetpu1-max, pushing Coral USB into max current draw 900ma
So sooner or later SSD write and Coral detection happens at the same time and RPi4 USB overcurrent polyfuses resets ports, killing either SSD or Coral, or both.
Now my question is, perhaps is could be feasible to make Frigate use libedgetpu1-max or libedgetpu1-std, depending on user preference? In my case it would allow me to avoid headache and trouble of finding compatible externally powered hub.
Beta Was this translation helpful? Give feedback.
All reactions