A module that allows you to Track the movements of webcam images and save them as images or as a single video.
Project description
MotionsTracker
MotionsTracker is a module that allows you to Track the movements of webcam images and save them as images or as a single video
How do i install MotionsTracker ?
pip install motionstracker
How do i use it ?
python -m motionstracker
Arguments
-
Output Directory: --output-dir or -o path to an directory
-
Motion accuracy: --accuracy or -ac value between 0 and 1
-
Duration: --duration or -d duration format: 1m, 1s, 1h, 10:21 or 11:21:12
-
Output format: --format or -f value images or video
video is recommanded if the duration is too long
Example
Track the motions with accuracy=0.8 during 1 minute
and save the images as video in the directory output
mkdir output
python -m motionstracker -d output -ac 0.8 -d 1m -f video
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
motionstracker-2.1.1.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for motionstracker-2.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4bb9c2e2274e0d9b4627a34426e9eda7a7c0c6d24472b0c322211cb7d6c753f |
|
MD5 | e54e459f968250a998d1db8336b40ecf |
|
BLAKE2b-256 | 950fadbcf896942183b148895848a25ccfd79e6b9f4bdafeee6e11b188a6a16d |