zmtrack.pl ends with an error

Previous development branch now released as 1.36
Locked
User avatar
biologisch
Posts: 96
Joined: Fri Aug 24, 2007 10:37 am

zmtrack.pl ends with an error

Post by biologisch »

Hi there! :)
Im trying to make my cam number 3 working as an autotracking cam with this command:

Code: Select all

sudo ./zmtrack.pl -m 3
The error maessage is:

Code: Select all

Tracker daemon 3 (experimental) starting at 20/09/14 17:33:10
14.09.2020 17:33:10.007182 zmtrack_m3[9757].FAT [main:118] [Monitor '3' cannot move in map mode]
DBI::db=HASH(0x55f43ea78090)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /usr/share/perl5/ZoneMinder/Database.pm line 129.
Is it a bug or what did I wrong?

Greetings and thanks a lot in advance!!
ZM Versions = 1.36.33
zmeventnotification Version = "6.1.28"
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: zmtrack.pl ends with an error

Post by knight-of-ni »

See the documentation for Track Motion:
https://zoneminder.readthedocs.io/en/st ... ontrol-tab

Only cameras that support mapped movement modes will work with zmtrack, which according to the error message yours does not.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
User avatar
biologisch
Posts: 96
Joined: Fri Aug 24, 2007 10:37 am

Re: zmtrack.pl ends with an error

Post by biologisch »

Thank you.
ZM Versions = 1.36.33
zmeventnotification Version = "6.1.28"
Locked