Commit Graph

1672 Commits (74e75c323140fec3f2760990c2ba22d42e64410c)

Author SHA1 Message Date
Moe Alam 80b364ddec Create updatedFields.js 2020-11-01 17:44:28 -08:00
Moe Alam f0f43c852a Add Monitor Configuration Migrator Tool 2020-11-01 17:44:21 -08:00
Moe Alam 56905c04f7 make MJPEG Input Types Orphan Check when process closes 2020-11-01 09:10:35 -08:00
Moe Alam e3491fb8d8 remove await for snapshot on monitor start and lower timeout for snapshot 2020-11-01 09:06:57 -08:00
Moe Alam 93fd9ed96b fix hanging ffmpeg process when encoding recorded videos 2020-11-01 08:49:52 -08:00
Moe Alam a2bc27335a ffmpeg.js : rewrite Continuous Recording output flags builder
+ add some Error checking and bypass for 453 occurence
2020-11-01 00:36:41 -07:00
Moe Alam cf489c8e72 Update Dockerfile 2020-10-30 22:11:36 -07:00
Moe Alam f21ed14c46 Dockerfile for ARM32v7 2020-10-30 22:11:30 -07:00
Moe Alam d78b17169f clean up ONVIF Scanner Snapshot error handling 2020-10-29 22:26:47 -07:00
Moe Alam fd4d228046 re-add Update button to Superuser panel (dedicated and git-only) 2020-10-29 20:56:57 -07:00
Moe Alam 915be87187 Update ONVIF Scanner result layout 2020-10-29 18:35:21 -07:00
Moe Alam c21ec0d1b9 ONVIF Scanner show Snapshot 2020-10-29 16:14:52 -07:00
Moe Alam d1e17479bb Update "Non-Standard ONVIF" to work with Amcrest, add Turn Speed field 2020-10-29 01:19:37 -07:00
Levent K db13c16260 Refactored shinobi-tensorflow.js (by moe and thellamafarm) 2020-10-28 15:02:53 +00:00
Moe Alam c65175a8b2 fix syntax for codec check in initial probe on start 2020-10-27 20:56:55 -07:00
Moe Alam 9f2e6307cb update CUDA Installers to include NVIDIA's new segmented packaging 2020-10-27 20:56:18 -07:00
Moe Alam 0a3539e8b1 Update UPDATE.sh 2020-10-26 10:00:51 -07:00
Moe Alam 12f070d237 blackhole failed ffprobe parsing 2020-10-26 10:00:32 -07:00
Moe Alam d3f057de61 change Detector Filters label to Event Filters 2020-10-25 22:26:01 -07:00
Moe Alam 588b183dae framework for Monitor Configuration Warnings and Automatic Repair 2020-10-25 22:07:36 -07:00
Moe Alam 40928b0439 Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2020-10-25 11:44:14 -07:00
Moe Alam c009fbc1a2 Simplify map (Additional Input) checking 2020-10-25 11:44:07 -07:00
Moe 8696b8d76d Merge branch 'patch-1' into 'dev'
Fixed MariaDB password bug for CentOS installer

See merge request Shinobi-Systems/Shinobi!250
2020-10-20 23:58:09 +00:00
Mike Hurley 2449f1b112 Fixed MariaDB password bug 2020-10-20 15:30:33 +00:00
Moe Alam c69d761009 ShinobiHub config search use public configs 2020-10-18 18:54:08 -07:00
Moe Alam 702be4c927 fix hanging process with motion enabled (coProcessor junk removed) 2020-10-18 18:53:20 -07:00
Moe Alam 20f963ef06 return ffmpeg string parse code to old method 2020-10-18 17:29:06 -07:00
Moe Alam 22c4867eea bug cleanup 2020-10-18 17:18:46 -07:00
Moe Alam 7eeeebec10 remove coSpawnClose 2020-10-18 14:13:57 -07:00
Moe Alam 6353c2c3bb Update ffmpeg.js 2020-10-18 10:28:36 -07:00
Moe Alam 1d3aba59d6 add separate mapping available to Object Detector, default is global's 2020-10-17 20:35:35 -07:00
Moe Alam cbe0af5273 make google drive "Get Code" button launch setup tutorial if minimum not set 2020-10-17 18:40:25 -07:00
Moe Alam ea9e97e437 remove coprocessor code 2020-10-17 18:39:54 -07:00
Moe Alam bab046a741 minor cleaning 2020-10-17 15:11:23 -07:00
Moe Alam 82c03feec4 ffmpeg.js : rewrite detector frame output 2020-10-17 14:34:10 -07:00
Moe Alam 75be669bc2 add pureStream for video file API method 2020-10-15 15:07:26 -07:00
Moe Alam 3a33735bdd Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2020-10-15 14:59:27 -07:00
Moe Alam 2c9ef73b0b REVERT cron.js - CRITICAL BUG IN PREVIOUS REVISION 2020-10-15 14:59:16 -07:00
Moe ed1b8817b7 Merge branch 'dapowers87-docker-init-extension' into 'dev'
Add in init.extension.sh

See merge request Shinobi-Systems/Shinobi!245
2020-10-15 16:54:46 +00:00
Johnny Casey 666fc8f48a Remove unused presettype sql enum 2020-10-12 18:15:00 -05:00
Johnny Casey 20d7efd6c2 Update postgresql schema to match expectations
Fixes cron.js not working due to missing "time" field in "Events Counts"
Change "Presets" "type" field to varchar(50) instead of enum.
2020-10-12 17:54:37 -05:00
Levent K 18b3ae1c45 Update INSTALL.sh 2020-10-12 16:48:22 +00:00
Moe Alam c28cd32bbb cleanups 2020-10-11 23:11:39 -07:00
Levent K e2fb577878 Adjust model file name 2020-10-11 08:09:36 +00:00
Levent K 4ce7000851 Update detect_image.py 2020-10-11 08:01:54 +00:00
Levent K 8093e42461 Some fixes in shinobi-tensorflow.js 2020-10-10 22:32:53 +00:00
Moe Alam 24141f0e48 add proper message for timelapse frame deletion 2020-10-10 10:36:13 -07:00
Moe Alam ba40d5bdb1 fix fileBin purging function 2020-10-09 22:50:49 -07:00
Moe Alam 368c23af25 Allow P2P server to pass real IP of user connected to dashboard 2020-10-09 22:50:08 -07:00
Moe Alam 560cf2c7ec add row caching and add delete button for timelapse frames 2020-10-09 22:49:11 -07:00