Skip to content

Commit

Permalink
Update webcam-capture-driver-ipcam/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Nov 16, 2012
1 parent 347e67c commit 087fc07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webcam-capture-driver-ipcam/README.md
Expand Up @@ -9,13 +9,18 @@ What are the differences between those two modes:
* ```PULL``` - will request new JPEG image each time when it is required,
* ```PUSH``` - stream Motion JPEG in real time and serve newest image on-demand.

Support for few IP cameras is build in and the list includes:
Support for few IP cameras is build-in, that list includes:

* [IP Robocam 641](http://www.marmitek.com/en/product-details/home-automation-security/ip-cameras/ip-robocam-641.php) by [Marmitek](http://www.marmitek.com/) (MJPEG)
* [Speed Dome X104S](http://www.ipcctv.com/product.php?xProd=10&xSec=26) by [Xvision](http://www.ipcctv.com/) (MJPEG)
* [B7210](http://www.zavio.com/product.php?id=45) by [Zavio](http://www.zavio.com/) (JPEG)
* [F3201](http://www.zavio.com/product.php?id=28) by [Zavio](http://www.zavio.com/) (JPEG)

If you would like to have more IP cameras supported, please create new issue, describe the camera
model, provide demo URL and API if available. You can also create your own IP camera class. In such
a case please use provided models as a reference. In case of any issues don't hesitate to ask for
help :) Later, when your class is ready, I will be happy to merge it with official distribution.

## Maven

```xml
Expand Down

0 comments on commit 087fc07

Please sign in to comment.