Update README.md

This commit is contained in:
Lauri Võsandi 2022-03-09 17:11:52 +02:00 committed by Lauri Võsandi
parent c7033ad9b8
commit a79b9f9ca2
1 changed files with 4 additions and 3 deletions

View File

@ -8,10 +8,11 @@ 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
- Writes events to MongoDB
- Generates thumbnails based on JPEG DCT coefficents
- Uploads screenshots and corresponding thumbnails to S3
- Exposes endpoint for distributing MJPEG stream inside the cluster,
eg by the `camera-tiler`
eg for the `camera-tiler`
- Exposes endpoint for inspecting DCT blocks where motion has been detected
# Developing