Helper library for Lumeo video analytics platform
Project description
lumeo
Helper library for Lumeo video analytics platform
Lumeo is a flexible, open no/low code video analytics platform that enables you to generate actionable insights and alerts using AI-based video analytics. This package provides :
- a set of helpers to be used within Lumeo's custom function node
- a set of scripts that make it easy to use Lumeo's API for importing cameras, bulk processing video, etc.
Useful Links
Lumeo Custom Function Node install & usage
From within a Lumeo custom function node, you install and use the package as follows:
# This code will only work within a Lumeo custom function node.
from lumeopipeline import VideoFrame, Utils
# Replace version x.x.x with the version you want to install
lumeo = Utils.install_import('lumeo', version='x.x.x')
from lumeo.pipeline.display import write_label_on_frame
def process_frame(frame: VideoFrame, **kwargs):
with frame.data() as mat:
write_label_on_frame(mat, 50, 50, 'hello world')
return True
Note that
lumeo.pipeline's submodules are not usable outside of a Lumeo custom function node.
Refer to Lumeo docs for details on available helpers and methods.
Local install & usage
You can install the package locally to use the scripts that it provides.
Install
pip install lumeo
pip install lumeo==x.x.x
Scripts
See list of available scripts:
lumeo-scripts
Currently available scripts:
Bulk Processing
lumeo-media-download: Download media from Lumeolumeo-bulk-process: Bulk process media in Lumeo
Gateway Testing
lumeo-load-test: Test a gateway's performance
Camera Import
lumeo-avigilon-import-cameras: Import Avigilon cameraslumeo-verkada-import-cameras: Import Verkada cameraslumeo-hanwhawave-import-cameras: Import Hanwha Wave cameraslumeo-rhombus-copy-footage: Copy footage from Rhombus to Lumeo
Custom Function
lumeo-custom-function-create-repo: Create a custom function repository
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lumeo-0.1.23.tar.gz.
File metadata
- Download URL: lumeo-0.1.23.tar.gz
- Upload date:
- Size: 69.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20f2a370a01af2538175b6efceb0bf0f59d6bc77798092ec6e63e71f7da232a6
|
|
| MD5 |
ff31e0c3b737f3b4ad0106f78a5c47dd
|
|
| BLAKE2b-256 |
05dde27abc109102f1d4cc5e6c13f72f7be8eb36a1071f074525fcdfb5a3c24c
|
File details
Details for the file lumeo-0.1.23-py3-none-any.whl.
File metadata
- Download URL: lumeo-0.1.23-py3-none-any.whl
- Upload date:
- Size: 63.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a465be484d9649fc3d74d41bb0846703c91dc54976ac789e0477f0f7ac9d35a5
|
|
| MD5 |
72dc3e2ddaf842010887cda95801a07f
|
|
| BLAKE2b-256 |
e33c6448536d846c109011ac6232dcff6aca5af63fbf4e0a744da72f494ae5ae
|