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