MichaIng
MichaIng
> There is cache already.(if I'm looking same function 😮) Ah, somehow I've overseen this 😅, then all is fine. > if you think that would be good way to...
I'd say we need an automated mapping which simply works without manual user interaction, so we can do a motionEye release. I hope I find time to test your implementation,...
I implemented a solution for the netcam parameter mapping, hope it works, will test thoroughly before opening for review. Netcam URL, user and password parameters actually do not need to...
Works great now on all my tests with all possible parameter types. I also updated the `motioneye_init` script to pull motion v4.4 if available. Since neither Debian, not Ubuntu ship...
@tunkio @zagrim @xl442 Do you find time for a test/review? I would like to push this, add some more informational output to `motioneye_init` and then push a pre-release (on GitHub...
You are right, the extra motion options users may have set (manually) are not translated and were not before. We'd need to have a look how those are applied and...
Ah, I'll have a closer look at that. Several tests on all directions however went well and I always checked the camera config file before and afterwards. EDIT: Ah I...
I had a closer look into where `_USED_MOTION_OPTIONS` is used. And as far as I can see it is indeed only used after the config dict has been converted to...
There have been some fixes for media uploads. Could you try motionEye v0.43.0 from the `dev` branch? https://github.com/motioneye-project/motioneye/tree/dev#installation
Can you please show the logs: ```sh journalctl -u motioneye ``` And can you show the two camera configs (mask Google credentials, of course): ```sh cat /etc/motioneye/camera*.conf ```