This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/compLib/__init__.py
Joel d4b577046e
vision module is not using rtmp stream anymore
jpeg webstream now runs with nearly zerolatency (currently limited to 640x480px)
2021-02-04 16:02:45 +01:00

6 lines
No EOL
127 B
Python

__version__ = "0.0.4-17"
import compLib.LogstashLogging
import logging
print(f"Starting compLib! Version: {__version__} ...")