Search found 3 matches

by synoptic
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 ...
by synoptic
Sun Feb 16, 2020 12:44 pm
Forum: ZoneMinder 1.34.x
Topic: cuda on geforce gt 1030
Replies: 10
Views: 6528

Re: cuda on geforce gt 1030

andrew-yu wrote: Fri Jan 31, 2020 5:11 pm Is there any docs how to setup zoneminder to be used with ati/nvidia card?
looking for some doc too. GTX 980 I wish to use.
by synoptic
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 ...