-
Notifications
You must be signed in to change notification settings - Fork 172
Motion Detection
Moe edited this page Feb 26, 2017
·
16 revisions
Name | Type | Description | Warnings |
stemkoski Motion Detector | Node.js Plugin, shinobi-stemkoski.js* | This is a method for reading differences in frames with the node-canvas. The method was made by *@stemkoski on github, hence the name. | Region Detector does not seem to work correctly. Full frame detection works. |
OpenCV Object Tracker | Node.js Plugin, *shinobi-opencv.js* | This is an object tracker interfaced through a Node.js wrapper. | Frame input is limited to 1 fps or you will get Segmentation errors causing the plugin to crash. |
OpenCV Object Tracker | Python Plugin, *shinobi-opencv.py* | An attempt at copying the the node.js version by moeiscool. | *Currently does not work. Process will not stay alive for requests.* |