-
Notifications
You must be signed in to change notification settings - Fork 172
Plugins
Moe edited this page Feb 5, 2017
·
26 revisions
Contributing a plugin must follow these rules for acceptance.
- Shinobi can run if this plugin is not present
- Required dependencies must have an installation process included
- Plugin must be a separate process (a daemon)
- Plugin interfaces with
camera.js
throughsocket.io-client
. - OpenCV plugin can be reviewed as an example.