interactionresearchstudio / NaturewatchCameraServer

A Python / OpenCV camera server to stream Pi camera content to a remote client through a website.
https://mynaturewatch.net
GNU General Public License v3.0
103 stars 48 forks source link

Group photos by date #8

Closed pythontech closed 5 years ago

pythontech commented 6 years ago

When using the camera over several days without downloading/deleting photos in between, it's useful to know when photos were taken. This PR groups photos by date. Ideally some CSS should be added for the h2 but I don't know what the preferred style would be.

mikevanis commented 5 years ago

This now has conflicts with @frak's PR #11 that adds pagination to the image gallery. Not sure how this could work with pagination, but closing this for now.