New UI inside Motion #1940
Replies: 3 comments
-
|
I was playing around with creating a new UI inside Motion, since it would be faster and better access to the API's within Motion. Are there any thoughts on something with the following Tech Stack? The API's would still be available for any that want to connect a different UI, if you would like and security can be configured from plain text to bcrypt. Technology Stack
The only changes to the backend required would be opening additional API and making camera configs inherently hot-reloadable (for applicable parameters). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
The UI branch I have been updating has been moved to https://github.com/shuemon4/motion/tree/5_0_UI
Additional features are being built and tested on my "5_0_Updates" branch, but pull from this branch at your own risk as I am actively using it. The UI has not been approved by Mr-Dave, but I have tried to build it with the essence of this project in mind. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a new UI inside of Motion, but due to Raspberry Pi Foundation moving forward with libcamera and deprecating OpenMax and MMAL it will only work on Pi 4+. I was only able to test it on a Pi 4 (Pi Camera v2) and Pi 5 (Pi Camera v3).
Note: The version of Motion in it does not include updates in 5.0 since mid Dec 2025.
Source: https://github.com/shuemon4/motion/tree/version
doc/CHANGELOGfile with known limitations (more detailed explanation than above) indoc/KNOWN-LIMITATIONS.md.cd motion
sudo scripts/install.sh
Towards the end of the install it will pause and ask you to enter a password for "admin" and "viewer".
Beta Was this translation helpful? Give feedback.
All reactions