summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.