ToDo - nodeminderjs/NodeMinder.js GitHub Wiki

Modify the home page to allow editing and creation of camera settings

Use socket.io and jQuery to allow editing direct in the table.

Improve the client / Allow the user to customize the grid view

Improve the client using HTML5 and jQuery features.

The user will be able to select which cameras he wants to see and configure the display layout of these cameras. How many lines and how much cameras by each line. For example, 3 lines with 4, 6 and 6 cameras per line respectively.

Limit the frame sending rate to 1fps for low bandwidths

Under certain conditions, accessing the images from a camera through a smartphone connected by a slow internet connection, for example, would be interesting to limit the frames sending to 1fps or slower rates.

Done

Simple algorithm/method to detect change between two images (2013-01-27)

Modify the grab c routine to save an gray scale image and compare this with the previous one. Define thresholds to detect change, at pixel (byte) and picture levels. This will trigger the recording routine, but, initially, it will only signal the status change.