diff --git a/README.md b/README.md index a478a18..2a0e8a8 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,21 @@ As `save-captures.py` but in addition saving the frame thumbnail to a sqlite db: ``` $ (venv) python3 scripts/db-recorder.py ``` -The images can be viewed using [sqlite browser](https://sqlitebrowser.org/) or [datasette](https://datasette.io/) with the [datasette-render-images](https://datasette.io/plugins/datasette-render-images) plugin. + +The images can be viewed using [sqlite browser](https://sqlitebrowser.org/)
+If you wish to run a server with UI for browsing the images then [datasette](https://datasette.io/) with the [datasette-render-images](https://datasette.io/plugins/datasette-render-images) plugin can be used. + +``` +$ (venv) pip install datasette +$ (venv) pip install datasette-render-images +$ (venv) datasette captures/records.db +``` + ## Image processing pipeline To process a camera stream (the example rotates the image): ``` diff --git a/docs/images/datasette.jpg b/docs/images/datasette.jpg new file mode 100644 index 0000000..4b95fec Binary files /dev/null and b/docs/images/datasette.jpg differ