UniversalDevicesInc / Polyglot

Polyglot Open Source
MIT License
24 stars 2 forks source link

Camera Node Server #19

Closed jimboca closed 8 years ago

jimboca commented 8 years ago

I have released the first real working version of my camera node server which handles the older Foscam MJPEG cameras https://github.com/jimboca/ISYHelperPolyglot/tree/master/node_servers/camera

First, does anyone in this group have some of those cameras and want to try it out? Currently you have to edit the code to add your cameras, but next I will be adding an external config file.

Second, I think the way I have structured the code, we can have a generic CameraServer node that handles any camera types using this setup. If so, I would like to pull that code inside this repository?