Search found 14 matches

by simonpg
Fri Jan 24, 2020 2:29 am
Forum: ZoneMinder 1.34.x
Topic: Controls on the Monitor window
Replies: 2
Views: 2163

Re: Controls on the Monitor window

Too true. I have been working with Amcrest_HTTP camera controls and I have the cameras working. I have been poking around and discovered these issues.
by simonpg
Thu Jan 23, 2020 11:54 pm
Forum: ZoneMinder 1.34.x
Topic: Controls on the Monitor window
Replies: 2
Views: 2163

Controls on the Monitor window

It seems that you can have a Reset button, and you can have Reset and Reboot buttons; but you can't have just a Reboot button. If you hover over the Live Feed, you get a nice tooltip that says, "click to zoom, shift click to pan, control click to zoom out". None of these cause controls to ...
by simonpg
Thu Jan 23, 2020 12:28 am
Forum: ZoneMinder 1.34.x
Topic: "Auto Stop Timeout" field on the Control tab of the Monitor Dialog only accepts integers
Replies: 2
Views: 1960

Re: "Auto Stop Timeout" field on the Control tab of the Monitor Dialog only accepts integers

When the script gets the value, it is 1000000 if the form is 1, so there is conversion going on... Also, the Docs indicate that the 'autostop' parameter "will be a timeout in decimal seconds, probably fractional."
by simonpg
Wed Jan 22, 2020 6:51 am
Forum: ZoneMinder 1.34.x
Topic: "Auto Stop Timeout" field on the Control tab of the Monitor Dialog only accepts integers
Replies: 2
Views: 1960

"Auto Stop Timeout" field on the Control tab of the Monitor Dialog only accepts integers

I dearly wish I could fix this myself, but I am not there yet; so here is an easy bug for someone. Version: 1.34.0-buster. If you enter a fractional value, which you are going to do, you get a fine message that says, "Please enter a valid value. The two nearest valid values are 0 and 1."
by simonpg
Mon Jan 20, 2020 11:27 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Changing anything in "Control capabilities" causes SOL-ERR
Replies: 6
Views: 5225

Re: Changing anything in "Control capabilities" causes SOL-ERR

I upgraded to Version: 1.34.0-buster. This issue has been fixed. :)
by simonpg
Fri Jan 17, 2020 2:48 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Changing anything in "Control capabilities" causes SOL-ERR
Replies: 6
Views: 5225

Re: Changing anything in "Control capabilities" causes SOL-ERR

# dpkg -s zoneminder Package: zoneminder Status: install ok installed Priority: optional Section: net Installed-Size: 40401 Maintainer: Isaac Connor <isaac@zoneminder.com> Architecture: amd64 Version: 1.33.16~20191225.23-buster # apt update Ign:1 https://zmrepo.zoneminder.com/debian/master buster/ I...
by simonpg
Fri Jan 17, 2020 5:31 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Changing anything in "Control capabilities" causes SOL-ERR
Replies: 6
Views: 5225

Changing anything in "Control capabilities" causes SOL-ERR

I hesitate to post this because I feel that I must be doing something funDUHmentally wrong. I am working on the Amcrest HTTP API and associated Amcrest_HTTP.pm script, because I have Amcrest cameras and it seems that they can do more than the current script supports. However, any change to Control C...
by simonpg
Fri Jan 17, 2020 5:10 am
Forum: ZoneMinder 1.32.x
Topic: zmcontrol-3.sock error
Replies: 7
Views: 4732

Re: zmcontrol-3.sock error

I happen to be fiddling with the Amcrest_HTTP control script. I am using version 1.33.16, so this may not be your problem at all. In 1.33.16, the Protocol is "Amcrest_HTTP", not "amcrest_http_new". Which, of course, is not a problem if there is a file named amcrest_http_new.pm in...
by simonpg
Tue Dec 03, 2019 4:36 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: The requested address '/zm/api/' was not found on this server.
Replies: 8
Views: 39431

Re: The requested address '/zm/api/' was not found on this server.

Some news: zm/api/host/getVersion.json returns {"version":"1.33.15","apiversion":"2.0"} with authentication off.
by simonpg
Tue Dec 03, 2019 4:29 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: The requested address '/zm/api/' was not found on this server.
Replies: 8
Views: 39431

Re: The requested address '/zm/api/' was not found on this server.

I turned off authentication (unchecked OPT_USE_AUTH), and I get Not Found instead of Not Authenticated for the same URL.
by simonpg
Sat Nov 30, 2019 10:50 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: The requested address '/zm/api/' was not found on this server.
Replies: 8
Views: 39431

Re: The requested address '/zm/api/' was not found on this server.

"What guide did you use to install? Is this on arm or x86/64?" Those are excellent questions! I'm sorry you had to ask them. The Guide: https://wiki.zoneminder.com/Debian_10_Buster_with_Zoneminder_1.33.x_from_ZM_Repro_Master The architecture is x86_64. I applied the suggested changes, and ...
by simonpg
Sat Nov 30, 2019 1:58 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: The requested address '/zm/api/' was not found on this server.
Replies: 8
Views: 39431

The requested address '/zm/api/' was not found on this server.

I have installed ZM 1.33.14 on clean Debian Buster. All went well. I just upgraded to 1.33.15 and that went well. My problem is with the API. I have attached a picture of what I get when I reference the URL: .../zm/api When I reference the URL .../api/host/getVersion.json, I get: {"success"...