From 0b2405874eb46a658e07f64624800ff6c3d68bb8 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 5 Oct 2017 13:28:59 +0200 Subject: Specify UCA_NET_HOST env var --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3