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
Release files for motionstracker 2.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| motionstracker-2.2.1.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| motionstracker-2.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.8 kB
Release files / motionstracker-2.2.1.tar.gz
| Download URL | motionstracker-2.2.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc819b6b30ed7210493c08c0bd8d5c0a8ce0747981acd71dd71e4d365ee934b4
|
|
BLAKE2b-256 checksum How to use checksums |
7c20afdc0cc40ce87e9adf4d22fb366a118c1e6de916b1289a8cf19875297bbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.12
|
Release files / motionstracker-2.2.1-py3-none-any.whl
| Download URL | motionstracker-2.2.1-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9e4e102566335ccb97bda46f5cd41ca5c0093dde822931f5b1fff574218a8dfa
|
|
BLAKE2b-256 checksum How to use checksums |
57a211e39918613e778b235b93a160156617a0e7b9843684fc036b341e7c8aca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.12
|