summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-05 13:28:59 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-05 13:28:59 +0200
commit0b2405874eb46a658e07f64624800ff6c3d68bb8 (patch)
treeaef27c47b3316e6489355fafad69855b26d9c639
parent014f4b8346baadf9537cc714490102b1ee5626a1 (diff)
downloaduca-net-0b2405874eb46a658e07f64624800ff6c3d68bb8.tar.gz
uca-net-0b2405874eb46a658e07f64624800ff6c3d68bb8.tar.bz2
uca-net-0b2405874eb46a658e07f64624800ff6c3d68bb8.tar.xz
uca-net-0b2405874eb46a658e07f64624800ff6c3d68bb8.zip
Specify UCA_NET_HOST env var
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25f6e90..b5f95af 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,6 @@ camera = Camera('net', {'host': 'foo.bar:1234'})
with camera.recording():
print(camera.grab())
```
+
+Besides using the `host` property one can also set the `UCA_NET_HOST`
+environment variable to set the host and port of the remote `ucad` service.