Commit Graph

2544 Commits (7741796f779ce29a0841023c447d4c138827d31a)

Author SHA1 Message Date
Moe 7741796f77 Cleanup Day Card video selection 2022-07-07 11:03:29 -07:00
Moe 521cb9bc77 Day Card only request frame if it isn't loaded or not already loading 2022-07-07 10:36:20 -07:00
Moe a6c8595550 Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2022-07-07 09:58:20 -07:00
Moe a1eeed4a4d Setup Websocket Callback+ 2022-07-07 09:56:55 -07:00
Moe d9f26a22cc Merge branch 'ssanri-master-patch-59109' into 'dev'
fix for error reported in scheduler when there are no scheduled events in database

See merge request Shinobi-Systems/Shinobi!365
2022-07-07 14:55:59 +00:00
Serdar Sanri 267cd88500 fix for
```
0|camera   | knexError----------------------------------- END
0|camera   | TypeError: Cannot read properties of undefined (reading 'forEach')
0|camera   |     at /home/Shinobi/libs/scheduler.js:11:18
0|camera   |     at /home/Shinobi/libs/database/utils.js:159:33
0|camera   |     at __node_internal_ (node:util:281:10)
0|camera   |     at processTicksAndRejections (node:internal/process/task_queues:83:21)
0|camera   | Uncaught Exception occured! Wed Jul 06 2022 03:58:06 GMT+0000 (Coordinated Universal Time)
```
2022-07-07 04:50:10 +00:00
Moe 2af8a2f3d8 Setup Websocket Callback 2022-07-06 21:24:49 -07:00
Moe 4a3eec7429 Setup Websocket Callback 2022-07-06 21:24:24 -07:00
Moe 9d7035bffa Make searching videos by object tag draw in reverse order 2022-07-06 17:22:16 -07:00
Moe 8d42e1d18b make object list display in Videos table 2022-07-06 17:21:46 -07:00
Moe 9366d62090 Make Day Cards show if frames exist but no videos 2022-07-06 17:21:26 -07:00
Moe 450b7ab855 Option to Search for videos by Object Tag
this feature will only work on detections and recordings made after this update is applied. Previous detections are not searchable in this way.
2022-07-05 21:59:37 -07:00
Moe a4c5a0d58a Daily Timelapse builder only do one build at a time 2022-07-05 19:25:30 -07:00
Moe 5c920205f6 Fix Videos Table file links over p2p 2022-07-05 19:23:51 -07:00
Moe 222c13c3fc Save Live Grid positions when a tile is resized 2022-07-05 09:45:16 -07:00
Moe 39d99d0c95 Fix FileBin file links over p2p 2022-07-05 07:46:05 -07:00
Moe e8a11b7b12 Fix ONVIF Device Manager load first monitor on open 2022-07-04 22:13:27 -07:00
Moe 83750bb20e add timelapseVideoBuild to Websocket API 2022-07-04 20:29:26 -07:00
Moe 62d7b8d7f0 Fix onOtherWebSocketMessagesExtensions exec placement 2022-07-04 20:24:00 -07:00
Moe 6a6deb4fdc Cleanup PTZ Refactor+ 2022-07-03 22:37:20 -07:00
Moe a50613c0b9 Fix dontShowDetection toggle state 2022-07-03 21:08:51 -07:00
Moe 70c0d1a19a Cleanup PTZ Refactor 2022-07-03 21:08:32 -07:00
Moe 330c4db114 Syntax fixes 2022-07-03 14:52:30 -07:00
Moe afc598e2a2 Fix onHttpRequestUpgrade Extender 2022-07-03 14:09:56 -07:00
Moe 87623c1ded Refactor Extensions initiator 2022-07-03 13:50:53 -07:00
Moe 364822f3a4 Lightly Refactor PTZ controls, Add PTZ Hold to move and release to stop 2022-07-03 13:50:16 -07:00
Moe 2537cf26ff Videos Table add button to launch Video Player with Events view 2022-07-01 19:54:24 -07:00
Moe 02871f86c5 ONVIF Scanner save monitor name as the IP Address 2022-07-01 19:45:17 -07:00
Moe 52c1b237ca clean up layout for Monitor Settings more 2022-07-01 19:43:57 -07:00
Moe 744177a701 Fix CUDA 10 version of TensorFlow build and fix Jetson package.json 2022-07-01 19:29:01 -07:00
Moe 5bea14a78d Making Simple/Advanced Toggle in Monitor Settings mean something 2022-06-30 21:34:20 -07:00
Moe 0ae6bc8419 Rename Traditional Recording to Event-Based Recording, +
+ Re-arrange some fields and make them only show when advanced is toggled on in the Monitor Settings
+ removal of some unused fields
2022-06-30 21:16:32 -07:00
Moe 374c34faec Remove HLS List Size in favor of Buffer Time from Event+ 2022-06-30 18:26:55 -07:00
Moe 344fa858c9 Remove HLS List Size in favor of Buffer Time from Event
monitorConfig.details.detector_buffer_hls_list_size is now deprecated. It will be automatically calculated based on the Buffer Time from Event that is provided.
2022-06-30 18:07:40 -07:00
Moe bb749f61e2 More descriptive Disk Usage indicator 2022-06-29 20:49:17 -07:00
Moe 6938850113 Display Usage for Videos, FileBin and Timelapse Frames in divided bar 2022-06-29 20:35:21 -07:00
Moe f3432d0b44 fix syntax error and minor cleanup ui 2022-06-29 19:42:04 -07:00
Moe 3d857e88ac Update Sound Detection library dependencies 2022-06-29 18:39:36 -07:00
Moe 7610f9a4c6 minor cleanup 2022-06-29 18:13:31 -07:00
Moe 36943fa192 Add Batch Download and Delete to Videos table 2022-06-29 18:06:15 -07:00
Moe 2680e0a9ea fs.rmdir deprecated; changing to fs.rm 2022-06-29 00:13:22 -07:00
Moe 508ae263b9 Remove /admin operation 2022-06-29 00:12:43 -07:00
Moe dea230e93a minor cleanup 2022-06-28 19:56:01 -07:00
Moe 36819d4cdf set default server ports for p2p and minor cleanup 2022-06-28 19:55:50 -07:00
Moe 30c595a37f Easy Remote Access page have link to "How to Connect" 2022-06-28 19:55:10 -07:00
Moe 4ca6f59986 Remove /admin operation
all Sub-Account Management is done in the main dashboard now.
2022-06-28 19:54:25 -07:00
Moe 371085a3ba fix some syntax errors 2022-06-28 18:43:53 -07:00
Moe 026ee4d6a2 use standard videos list for "Videos" tab 2022-06-27 23:33:00 -07:00
Moe 7fbb0cdfcb Add simple video viewer 2022-06-27 16:31:01 -07:00
Moe 5fea41d053 Fix promise on folder removal for last timelapse frame of date folder 2022-06-27 16:29:02 -07:00