Update readme

This commit is contained in:
Mr-Dave
2025-02-06 13:18:56 -07:00
parent 72a1001931
commit 5e4ae0bcf6
+6 -26
View File
@@ -3,33 +3,13 @@ Motion
## Description
Motion is a program that monitors the signal from video cameras
and detects changes in the images. Version 5.0 and later versions
remove some of the outdated processes, cleans up the code base and
introduces new functionality.
Motion is a program that monitors the signal from video cameras and detects changes in the images.
The following are some of the things that are different from earlier
version of Motion (versions 4.7 and lower).
- Secondary detection method via OpenCV
- HOG (Histogram of Oriented Gradients)
- Haar cascade classifiers
- Deep neural networks(Caffe, TensorFlow, etc.)
- Direct Pi camera support and ability to change camera parameters
- Sound frequency detection
- Additional primary detection parameters
- Sound recording from network camera sources
- ROI pictures for output or secondary detection
- Enhanced web contorl
- Single port for all camera video streams and controls
- Consolidated stream(a single image) showing all cameras
- List/download movies
- Add/delete cameras
- Live view of the Motion log output
- Video streams via MPEGTS format
- Change/update configuration parameters
- Permits a user created web page
- JSON status/configuration pages
- POST web control processing
## Resources
Please see the [Motion home page](https://motion-project.github.io/) for information regarding building the Motion code from source, documentation of the current and prior releases as well as recent news associated with the application. Review the [releases page](https://github.com/Motion-Project/motion/releases) for packaged deb files and release notes. The [issues page](https://github.com/Motion-Project/motion/issues) provides a method to report code bugs while the [discussions page](https://github.com/Motion-Project/motion/discussions) can be used for general questions.
Additionally, there is [Motion User Group List](https://lists.sourceforge.net/lists/listinfo/motion-user) that you can sign up for and submit your question or the [IRC #motion](ircs://irc.libera.chat:6697/motion) on Libera Chat
## License