The module display a Video Feed (From a webcam) with a specified latency. The user can set a latency up to 5 seconds with a relative precision of 10%
Usage
CLI
The module can be use by CLI
- CLI Help
You can use the Help from the CLI
challenge --help
You can have command specific help by using
challenge <cmd> --help
For exemple, here’s the help for the show command
challenge show --help
- Debug Mode
At anytime you can see the debug logs in the console, by passing --debug before any commands. For example
challenge --debug show
- Display latent feed
To display live feed from cam and the latent frame, use the show command. Here’s an example with a latency of 1 seconds with debug mode enable
challenge --debug show --latency 1000
To exit press `q`
Installation
Install the Python module with pip
pip install challenge_rlcrt
Requirements
User must a Python 3 and pip installed. User must have a Webcam.
This module is using open_cv
- development
the Python modules requirements needed are in requirements.txt file Create a virtual environment and install dependencies.
pip install -r requirements.txt
Release files for challenge-rlcrt 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| challenge_rlcrt-1.0.0.tar.gz | 1.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| challenge_rlcrt-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / challenge_rlcrt-1.0.0.tar.gz
| Download URL | challenge_rlcrt-1.0.0.tar.gz |
|---|---|
| Size | 1.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
727948980d4b0d93f3d44b543103c70ce7df958f2af44e13188d840ac4f08599
|
|
BLAKE2b-256 checksum How to use checksums |
b44f5cbe8fc509b06b01e445537cbc3869fc2e23d06b97de7b066ae77ebb2d3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5rc1
|
Release files / challenge_rlcrt-1.0.0-py3-none-any.whl
| Download URL | challenge_rlcrt-1.0.0-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0bef9994e7374ca1f12eb293c4ef27081b1e65e8cf8095bc6b0fe03b8c2ffce7
|
|
BLAKE2b-256 checksum How to use checksums |
4eb2046977738980dfb3680db6113128f16df62fdf8bd272f511893a9ce9c324
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5rc1
|