Search found 3 matches
- Sun Feb 16, 2020 1:18 pm
- Forum: ZoneMinder 1.34.x
- Topic: NVIDIA Config Doc
- Replies: 0
- Views: 2679
NVIDIA Config Doc
Hi, I have Ubuntu 18.04 LTS. ffmpeg will allow CUVID : ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 7 (Ubuntu 7.3.0-16ubuntu3) configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu ...
- Sun Feb 16, 2020 12:44 pm
- Forum: ZoneMinder 1.34.x
- Topic: cuda on geforce gt 1030
- Replies: 10
- Views: 6528
- Mon Dec 30, 2019 10:46 pm
- Forum: ZoneMinder 1.32.x
- Topic: Onvif probe broken, Can't call method "get_XAddrs"
- Replies: 6
- Views: 7205
Re: Onvif probe broken, Can't call method "get_XAddrs"
I worked around the error with 'zmonvif-probe.pl probe' by patching the script: diff -r1.1 zmonvif-probe.pl 119c119,121 < foreach my $l_xaddr (split ' ', $result->get_ProbeMatch()->get_XAddrs()) { --- > my $probeMatch = $result ? $result->get_ProbeMatch() : undef; > my $addrs = $probeMatch ...