Frigate #2
-
|
I know from a convo at frigate discussions that your team is working on support for memryx. I just bought one off amazon that I should have in a couple weeks it seems. Can I get access to the repo where your support is so I can test as well? I want to see improvements over my nvidia 1660 super |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 55 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @JoshuaSeidel, Thank you for giving it a try and for your interest in our work! We are currently developing a fork of Frigate with Memryx support, and it's under active review. While the project is still in its early stages and may have some rough edges or performance issues, you're welcome to test it out and share your feedback. You can find the repository here: Frigate_MemryX Getting Started
Please let us know if you encounter any issues or have suggestions for improvements. |
Beta Was this translation helpful? Give feedback.
-
|
@tim-memryx @mzidan-memryx i got drivers installed and i see /dev/memx0 but i get the below in frigate
|
Beta Was this translation helpful? Give feedback.
-
|
The issue above might be due to Frigate failing to initialize the MemryX detector because of an error connecting to the First, on the host, make sure the mxa-manager process is listening for connections: Then make sure your firewall allows connections from inside the container to the host. For example, if you're on Ubuntu and use After making these changes, restart the mxa-manager service on the host:
Please let us know if this solves your issue. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
@mzidan-memryx I haven't fully looked into the customised Frigate container but would it be possible to make the Address/DNS and port customisable in the Frigate container so that users can specify a IP if DNS is not working properly where I'm not really a big friend of exposing the whole network gateway from the host with: Sorry if that's already possible but I haven't found a way to do that. |
Beta Was this translation helpful? Give feedback.
-
|
So i was able to pass in the IP of my host, but its still not working |
Beta Was this translation helpful? Give feedback.
-
|
So I received my module today and I did a lot of testing and I'm happy to report it works (at least with a bit of fiddling around)! :) First thing that I had to do is to build the container from scratch, didn't notice that it wasn't already prebuilt, I assume you plan to create a PR so that it can be integrated upstream correct? Would it be maybe possible to build the container if you push changes at the beginning of the file and replaced this line with: After that the container started but I got this error: @tim-memryx & @mzidan-memryx I found out that if you want to run the container without I've even made a small goofy test with a car picture on my mobile phone and it is working even if it's barely visible on camera: and here it detects my iPhone, even in pretty bad lighting conditions: @JoshuaSeidel I actually saw that I had an error in the plugin and it wasn't listening on EDIT: Forgot my Please note that this is all very Unraid specific and I removed my registry where I host this container because of privacy reasons. |
Beta Was this translation helpful? Give feedback.
-
|
Im running this today in my production instance to see how memryx performs. ith @ich777 changes it connects. infrance speed is a little bit slower than my nvidia 1660 super. it wont take the yolonas 320 320 from frigate+. was giving labels/opject list errors |
Beta Was this translation helpful? Give feedback.
-
|
@tim-memryx is it planned for models with more labels like packages, ups, FedEx, usps, Amazon, dhl etc, to make it into the frigate PR? And also are you guys trying to get the PR merged prior to 0.16 release? I see everything's approved just some conflicts now due to development since PR was entered. Really eager to make frigate with memryx my daily driver. (Happy to stay beta tester as well if upstream changes stay synced) |
Beta Was this translation helpful? Give feedback.
-
|
I managed to recompile my Frigate+ model into .DFP with Claude's help. Not particularly easy and I have a request to the Frigate+ team that they add .DFP compilation into the available Frigate+ model downloads. But right now, mx3 support in Frigate seems to be a bit alpha-ish so I wouldn't be surprised if they're waiting for the dust to settle a bit. I hope Frigate does add MX3 for first class support as we really need a lower cost option than Haile-8. |
Beta Was this translation helpful? Give feedback.
-
|
Hi All. Not much action here for a fair while. I know MX3 support is out in .17 + and I was testing all the .17 beta releases, but now my MX3 has just arrived from the US, and I'm looking for frigate config ideas in regard to processing options. i.e. Which processor to assign to different Frigate tasks. My Frigate machine is a dedicated mini PC (no hypervisor) running an Intel® Core™ Ultra 5 Processor 125H,14C/18T with Intel® Arc™ graphics, 32GB RAM and a fast M.2 SSD. The current config of 12 cameras is fast using the CPU, GPU and NPU. I have not yet tried LPR and Face Rec' yet but am going to soon. Any recommendations for where to best utilise the MX3 in this setup? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @CMGFrigate, Great to hear your MX3 has arrived. For your setup, we’d recommend using the MX3 as the Frigate detector. You can install the MX3 in the M.2 slot and configure Frigate to use it as the detector hardware. In the config, you can set it up like this: detectors:
memx0:
type: memryx
device: PCIe:0This allows the MX3 to handle detection while the host CPU/GPU remains available for other tasks. Other Frigate tasks, such as video decode, streaming, LPR, and Face Recognition, are usually handled automatically by Frigate based on the available system resources. For available settings, refer to Frigate’s configuration You can refer to our setup guide here for configuring Frigate with different model options: We also have a Frigate community page here: Please feel free to reach out with any further questions. Thank you. |
Beta Was this translation helpful? Give feedback.




Hi @JoshuaSeidel, Thank you for giving it a try and for your interest in our work!
We are currently developing a fork of Frigate with Memryx support, and it's under active review. While the project is still in its early stages and may have some rough edges or performance issues, you're welcome to test it out and share your feedback.
You can find the repository here: Frigate_MemryX
Getting Started
Install MemryX Locally
Before running the Docker setup, you need to install the latest MemryX on your local machine. You can do this by running
./user_installation.shinside thedocker/memryx/directory later.Run the Docker Setup
Execute the startup script:
Update the Conf…