From a79b9f9ca2b1669297454fcf91142b8ff1c3cf55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 9 Mar 2022 17:11:52 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 258debb..be28497 100644 --- a/README.md +++ b/README.md @@ -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