From badc0cac8bd6c1997ac89b05bfe51976fe81d60a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 16 Feb 2016 13:42:27 +0100 Subject: Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2352ac1..c27e682 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,14 @@ and connect to it from any other machine, e.g. $ uca-grab -n 10 net # grab ten frames $ uca-camera-control -c net # control graphically + +or from [Concert](https://github.com/ufo-kit/concert) + +```python +from concert.devices.cameras.uca import Camera + +camera = Camera('net', {'host': 'foo.bar:1234'}) + +with camera.recording(): + print(camera.grab()) +``` -- cgit v1.2.3