pyroengine.core

This module abtracts the sensor management and the detection workflow into controllable units.

class pyroengine.core.SystemController(engine: Engine, cameras: List[ReolinkCamera])[source]

Controls the system for capturing and analyzing camera streams.

Variables:
  • engine (Engine) – The image analyzer engine.

  • cameras (List[ReolinkCamera]) – List of cameras to capture streams from.