Commit graph

40 commits

Author SHA1 Message Date
Joel Collins
ea44bbefd2 Simplified creation of new capture objects 2019-04-26 18:26:27 +01:00
Joel Collins
62b70e5bae clear_tmp now properly removes the tmp capture tree 2019-04-14 09:55:51 +01:00
Joel Collins
7cf54240be Temp capture folder now handled by camera 2019-04-11 07:13:32 +01:00
Joel Collins
e281b1ecc3 Removed a bit of logging vomit 2019-04-09 15:05:56 +01:00
Joel Collins
61f15d610f Restructured how temporary paths are calculated 2019-04-09 14:52:08 +01:00
Joel Collins
31efadd884 Removed debug code 2019-02-19 13:41:58 +00:00
Joel Collins
c6eb6148cc Packaged basic Piexif module 2019-02-19 12:02:11 +00:00
Joel Collins
184e3d9558 Fixed format checks for loading exif data 2019-02-18 17:25:50 +00:00
Joel Collins
ab70a3857c Only use exif if supported format 2019-02-18 11:48:56 +00:00
Joel Collins
05f52bbdeb Process all initial tags in one call 2019-02-18 11:30:38 +00:00
Joel Collins
340b3dda89 Initial testing for exif metadata 2019-02-18 10:53:18 +00:00
Joel Collins
2314084cb1 Made thumbnails bigger, for new Vue client 2019-02-14 17:18:26 +00:00
Joel Collins
ed12cc7bce Fixed metadata and tags not storing to capture DB on update or exit 2019-02-13 15:17:52 +00:00
Joel Collins
1436e58283 Improed CaptureObject documentation 2019-02-06 15:18:02 +00:00
Joel Collins
5672b82f5e Added many many debug statements to help debug issue #32 2019-02-05 17:06:05 +00:00
Joel Collins
0948c9308a Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00
Joel Collins
0e23ce8d0b Added web routes for tagging captures 2019-01-22 12:09:42 +00:00
Joel Collins
7a72b45b29 Added tags to capture metadata 2019-01-22 11:35:35 +00:00
Joel Collins
4e985fe80d Capture list now persists through server restart 2019-01-22 11:23:15 +00:00
Joel Collins
533f5d9857 Added routes to download metadata yaml files 2019-01-18 15:27:11 +00:00
Joel Collins
2c2932f5aa Added methods to add, update, and save capture metadata in a yaml file 2019-01-18 14:49:44 +00:00
Joel Collins
0fe9f4c42b Brute-force clean out tmp at exit 2019-01-17 13:45:39 +00:00
Joel Collins
4c5728b182 Updated docstrings and todo 2019-01-08 15:59:47 +00:00
Joel Collins
78ce3a9a11 Explicit output stream must be specified when capturing 2019-01-08 15:46:57 +00:00
Joel Collins
3c34b43e32 Fixed TestCaptureMethods 2019-01-08 13:23:36 +00:00
Joel Collins
b73a8f7ec5 Recursive creation of missing directories 2018-11-23 11:17:34 +00:00
Joel Collins
cf96fa0ad2 Better handling of capture path and temporary files 2018-11-22 21:31:21 +00:00
Joel Collins
1dad25ee62 Store capture timestring in StreamObject metadata 2018-11-21 12:05:23 +00:00
Joel Collins
d3226731d6 Properly clean up temporary capture files at API exit 2018-11-21 10:45:45 +00:00
Joel Collins
dce59f3b88 Fixed new download redirect route 2018-11-21 09:51:04 +00:00
Joel Collins
838c832272 Minor cleaning 2018-11-20 19:04:23 +00:00
Joel Collins
c249e846dc Add .tmp to temporary capture files for clarity 2018-11-20 18:55:30 +00:00
Joel Collins
69e97ba5a3 Fixed non-clashing basename generation 2018-11-20 13:56:51 +00:00
Joel Collins
ede218ccc3 Implemented API delete method 2018-11-20 12:13:36 +00:00
Joel Collins
ea10cf1ce9 Created initial general documentation 2018-11-16 15:46:19 +00:00
Joel Collins
9d46ac1ca5 Updated returned capture metadata 2018-11-16 10:21:24 +00:00
Joel Collins
d75efa630b Added capture and capture previews to web UI 2018-11-12 16:22:49 +00:00
Joel Collins
4e67d24841 Added capture state endpoint 2018-11-12 12:22:06 +00:00
Joel Collins
5df9b53a9c PEP-8-ified code a bit 2018-11-07 14:22:42 +00:00
Joel Collins
7b23ca4b8a Moved generic camera methods into BaseCamera class 2018-11-07 10:54:39 +00:00