* Debug information on OSD
Add some debug info on OSD:
* Hostname
* IP
* Transmitted bandwith
* Rec bandwith
* CPU usage (based on top command)
* Freemem (based on free command)
* Used memory (based on top command)
* Free memory (based on top command)
This is controlable from scripts/debugInOsd.sh
* Motion tracking !
- Add motion tracking (basic)
- Need to add configuration
- Did small memory optimisation (no allocate memory for OSD if not needed)
* Add some examples for dealing with motion events
* Harmonize core motion detection & event handling to use one single motion.conf, refactor & beautify motion detection api for more consistency, host jquery locally for usecases without internet, add responsive switch to live ui
* added mqtt actions for switching motion detection on and off
* added motion detection status to status
* Update motion.conf
* Update motion.conf
* Add motion configuration
For now region seems not to work, but it is because of v4l2server
* Motion configuration
Add configuration for motion (new page, selectable from the status page)
* Robustness
Add some robustness when the Height and the width are not specified in the command line
* Robustness
Add some robustness when the Height and the width are not specified in the command line
* Reboot setup
Missed the reboot parameter restore
* add the binaries
They are not from original master !!