From d494694af92e1bd84fb6ed009ae3a3d9417541ce Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 24 Feb 2020 12:06:32 -0500 Subject: [PATCH] mention other values for GPU --- docs/userguide/gettingstarted.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/userguide/gettingstarted.rst b/docs/userguide/gettingstarted.rst index 226da8a41..0b40d7fb9 100644 --- a/docs/userguide/gettingstarted.rst +++ b/docs/userguide/gettingstarted.rst @@ -123,6 +123,8 @@ This brings up the new monitor window: * Let's select a protocol of RTSP and a remote method of RTP/RTSP (this is an RTSP camera) * Note that starting ZM 1.34, GPUs are supported. In my case, I have an NVIDIA GeForce GTX1050i. These ``cuda`` and ``cuvid`` parameters are what my system supports to use the NVIDIA hardware decoder and GPU resources. If you don't have a GPU, or don't know how to configure your ffmpeg to support it, leave it empty for now. In future, we will add a section on how to set up a GPU +**NOTE**: It is entirely possible that ``cuda`` and ``cuvid`` don't work for you and you need different values. Isaac uses ``cuda`` in ``DecoderHWAccelName`` and leaves ``DecoderHWAccelDevice`` empty. Try that too. + .. todo:: add GPU docs