10
0
This repository has been archived on 2025-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-20 17:33:32 +02:00
2022-02-13 19:53:47 +02:00
2022-02-20 17:33:32 +02:00
2022-02-16 22:33:08 +02:00
2022-02-12 20:44:39 +02:00
2022-02-16 22:33:08 +02:00
2022-02-20 17:32:59 +02:00
2022-02-13 09:54:58 +02:00
2022-02-13 19:53:47 +02:00
2022-02-16 22:10:55 +02:00

Cloud native motion detection microservice

This software implements the motion detection portion of well known motion-project as a microservice. For the tiling counterpart see camera-tiler repository.

In a nutshell:

  • It brings the MJPEG stream into the cluster
  • Performs highly optimal JPEG DCT coefficient based motion detection without actually decoding the JPEG frame to a bitmap
  • WIP: Writes events to MongoDB
  • WIP: Uploads screenshots to S3
  • Exposes endpoint for distributing MJPEG stream inside the cluster, eg by the camera-tiler
  • Exposes endpoint for inspecting DCT blocks where motion has been detected
Description
Cloud native motion detection microservice
Readme 65 KiB
Languages
Python 96.3%
Dockerfile 3.5%
Shell 0.2%