Hello everyone,
I'm looking for video surveillance software that works with Docker and allows me to use an IP camera over Wi-Fi.
I've heard of MotionEye. Do you have any others to recommend?
Thank you and have a nice day!
Hello everyone,
I'm looking for video surveillance software that works with Docker and allows me to use an IP camera over Wi-Fi.
I've heard of MotionEye. Do you have any others to recommend?
Thank you and have a nice day!
Home Assistant has an addon that works with Tapo cams (and likely many others) and allows you to download videos and not have to pay the subs to use their cloud storage. Frigate is very heavy on resources unless you have Google Coral or similar hardware which I have not tried. Motion Eye is OK.
Here's a motioneye docker
Here's the docker run from there converted to compose. Modify as required.
Thank you for your reply!
Display MoreHere's a motioneye docker
https://github.com/motioneye-p…otioneye/tree/main/docker
Here's the docker run from there converted to compose. Modify as required.
I'm new to OMV and DockerCompose, so my question is probably silly. So far, I've only used images already created via LinuxServe.io.
Is it possible to add an environment line with a PUID and PGID with the code you've provided, or do I have to create my own image?
Thanks!
Display MoreThank you for your reply!
I'm new to OMV and DockerCompose, so my question is probably silly. So far, I've only used images already created via LinuxServe.io.
Is it possible to add an environment line with a PUID and PGID with the code you've provided, or do I have to create my own image?
Thanks!
Not all images support the PUID/PGID stuff. You have to look at the documentation to see if it's supported. If you need it and it isn't supported, you would have to build your own container, but if you are not used to doing that, there is probably a fairly steep learning curve.
You may not need it unless you are trying to access the files outside of the motioneye software (ie. via a samba share)
Docker-compose does support using something like user: "1000:100" to set a user/group for the container to run as, but I don't know if this will work quite the same as the linuxserver PUID/PGID, and if all the software in the container will honor it. I've never looked into how their containers are built to see what it is doing exactly.
For what it's worth too, the post I made was just taking the rocker run command from the motioneye site and passing it through composerize to generate the compose yaml file.
I'm sort of in the same boat as you, looking for a good ip camera security software to replace an off the rack NVR that I have which is having problems connection to it from mobile devices due to it's age.
I just fired up motioneye myself yesterday to test it, and it does seem easy to configure, I've also looked at shinobi and zoneminder, but I may try holding out to configure frigate, as so far that seems to play the nicest with my cameras on a quick test. The biggest issue with frigate, aside from really needing a coral device if you want to do motion detection, is that it's configuration is all done via a yaml file, and I find the documentation for the configuration is not a clear as it could be, and will probably require more time than I have available right now to wade through it.
I did find someone that is working on a config generator that hopefully is supposed to be releasing soon, (end of Q2 was the target), which would simplify things a lot if it works, but until it releases it's hard to say.
Thank you, BernH, for taking the time to answer me.
I was able to get a demo of MotionEye, and it's actually quite easy to use and perfectly meets my needs.
I'm actually trying to isolate the various software I install via Docker Compose from all my data, hence my desire to assign a unique user to each one (which I've been able to do with other software).
I'm currently trying to create my own image using the command lines at the bottom of the Guithub page you linked to ("Building your own image"), which apparently allows you to associate UIDs/GIDs.
But so far, it's not working. So I think I'm going to need a little help (probably because I'm new to Compose and I'm not yet familiar with this programming language...).
In any case, thank you very much!
Hello everyone,
Could someone help me by explaining how to create my own MotionEye image on omv-compose, using the linked code?
(I have already created the user's UID and GID)
Thank you very much, and have a good evening!
Don’t have an account yet? Register yourself now and be a part of our community!