Commit Graph

20 Commits (2a407d65b13214094163c748544748e5e4d84670)

Author SHA1 Message Date
Moe 2a061b2264 Upgrade Socket.IO to version 4
- Some tweaks to BetterP2P
- Update static server list to use v2
2022-03-30 16:20:53 -07:00
Moe Alam d4513c4c4f shinobi-tensorflow.js : add Websocket Disconnect when checkStartTime fails 2020-11-19 16:26:23 -08:00
Moe 7733bc706f Update pluginBase.js 2020-08-28 19:41:13 -07:00
Moe e6b5f42ce4 minor housekeeping 2020-07-22 21:21:34 -07:00
Moe cafeed6b78 make plugin detectObject async and minor adjustments to help window 2020-05-22 22:06:48 -07:00
Moe 6192c27fd2 Complete Plugin Cluster Method, first revision
- Plugin cluster chooses which plugin to send to based on how many frames are in the plugin's queue.
2020-05-11 18:51:05 -07:00
Moe beb621de5b basic plugin cluster handling 2020-05-07 23:01:16 -07:00
Moe d8ea9e2fcb update pluginBase.js formatting 2020-05-03 22:40:45 -07:00
Moe 0eac960171 Fix plugin auto-reconnection 2020-05-03 09:52:58 -07:00
Moe 2434b5e687 Recompile Trained Faces when images change
- the plugin will wait 10 seconds after a request before creating the new face models. If another file is uploaded within those 10 seconds it will reset the timer. The purpose is to avoid overloading the training engine when uploading files in quick succession.
2020-04-23 10:08:25 -07:00
Moe cd9b8a2e5e Allow extensions on camera Initiation for pluginBase+ 2020-04-21 15:32:39 -07:00
Moe 55e6c97f72 Allow extensions on camera Initiation for pluginBase 2020-04-21 15:07:22 -07:00
Moe 14f81b090e modify reconnection method in pluginBase 2020-01-18 18:36:32 -08:00
Moe ada584b289 on socket error reconnect to camera.js 2019-12-22 08:26:01 +06:00
Moe 9877ac480f Fix Host Connection for Plugins and pluginBase.js use CWS 2019-03-30 13:53:24 -07:00
Moe 57cf4f780a Update pluginBase 2018-11-16 15:48:09 -08:00
Moe caa0079e15 Force Websocket connection for pluginBase 2018-11-16 10:50:40 -08:00
Moe ca3619c1a8 opencv plugin no longer using cascades folder
- opencv4nodejs provides compatible cascades and those are the only ones provided and usable now.
- put face-recognition plugin back to 0.9.3 for compatibility
- fix syntax for extender
2018-11-03 19:16:54 -07:00
Moe efdf1b7c1a make pluginBase find first available port for web port 2018-11-02 23:54:38 -07:00
Moe 8e51afefbd Blue Turtle - Refactor Plugin Architecture
+ YoloV3 Plugin updated
+ OpenALPR Plugin updated
+ Dlib Plugin updated
- These plugins were updated because they are capable of at least 5fps to 10fps in detection speed with an NVIDIA GPU
- pluginBase.js is now included with all the basic functions to start a plugin for Shinobi
- Only modified detector functions are placed inside each plugin's initiator script.
2018-11-02 23:38:23 -07:00