Brendan Hubble

Results 5 comments of Brendan Hubble

@blakeblackshear it should just be adding the group permission to the user and mounting/adding the device to the container. Probably `video` or `dialout`. Are you able to do a `ls...

OK I must be misunderstanding or missing some information. What is the bit that makes it not simple?

- All GPUs fall under the `video` group - I don't know if coral shows up as a GPU or not - Docker does not have `udev` and relies on...

I miss read your reply, sorry about that. I can also see you have done a lot of work in the [documentation](https://docs.frigate.video/configuration/hardware_acceleration) around this. I think there is wriggle room...

I've had the most success with this model with the following patch to the instruct mode. ```diff diff --git a/examples/main/main.cpp b/examples/main/main.cpp index 453450a..70b4f45 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -152,13...