Skip to main content

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 :

  1. a set of helpers to be used within Lumeo's custom function node
  2. 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 Lumeo
  • lumeo-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 cameras
  • lumeo-verkada-import-cameras : Import Verkada cameras
  • lumeo-hanwhawave-import-cameras : Import Hanwha Wave cameras
  • lumeo-rhombus-copy-footage : Copy footage from Rhombus to Lumeo

Custom Function

  • lumeo-custom-function-create-repo : Create a custom function repository

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

lumeo-0.1.27.tar.gz (70.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lumeo-0.1.27-py3-none-any.whl (65.1 kB view details)

Uploaded Python 3

File details

Details for the file lumeo-0.1.27.tar.gz.

File metadata

  • Download URL: lumeo-0.1.27.tar.gz
  • Upload date:
  • Size: 70.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for lumeo-0.1.27.tar.gz
Algorithm Hash digest
SHA256 b84e8c3d543f3a1dd8e1a539253380f1b7e7523ddc47323ba8fe47009a79d2be
MD5 6b839c54ea4afdada40b3c133d2d6bbc
BLAKE2b-256 d2740e8c36b71a067dd02e4c3903dd1ad30360cbf23d0fb336665b3013678f5f

See more details on using hashes here.

File details

Details for the file lumeo-0.1.27-py3-none-any.whl.

File metadata

  • Download URL: lumeo-0.1.27-py3-none-any.whl
  • Upload date:
  • Size: 65.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for lumeo-0.1.27-py3-none-any.whl
Algorithm Hash digest
SHA256 ca35252f6f53f297023caa07edb726ec3edefdbc1ed79ca5172e48f311a22ce3
MD5 79c44ecc3ad8f0b29ebf86779cd4b8c2
BLAKE2b-256 8d90fa89b29cb06947f952e0c9fdbad331868d1052e94aacc11c32a42b2abe38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page