Search found 6 matches

by Gilley7997
Sat Jun 24, 2017 6:15 pm
Forum: User Contributions
Topic: Amcrest PTZ functionality
Replies: 45
Views: 57117

Re: Amcrest PTZ functionality

Actually I already did. The issue is not resolved.

There is a thread that I was participating in on the Amcrest forums as well.

Here is the link there if anyone else would like to join in.

https://amcrest.com/forum/technical-dis ... 1-s10.html
by Gilley7997
Fri Jun 23, 2017 6:07 pm
Forum: User Contributions
Topic: Amcrest PTZ functionality
Replies: 45
Views: 57117

Re: Amcrest PTZ functionality

Can you provide the Link to the Firmware? I know that they are telling me that It is not supported but Support has been less than helpful even specifically telling me that downgrading it not supported, but they are also basically ignoring the issue.

Thanks!
by Gilley7997
Mon Apr 03, 2017 4:35 am
Forum: User Contributions
Topic: Amcrest PTZ functionality
Replies: 45
Views: 57117

Re: Amcrest PTZ functionality

Well I made a little more progress, and to me it's really looking like an issue in the firmware. I added the specific Digest Authorization Credentials to the script and I am now getting 50% success on the calls, unfortunately that means it' still garbage. This is now what my subroutine looks like: s...
by Gilley7997
Mon Apr 03, 2017 3:19 am
Forum: User Contributions
Topic: Amcrest PTZ functionality
Replies: 45
Views: 57117

Re: Amcrest PTZ functionality

I took this a bit further and verified the base64 encoding of the authentication that is sent to the camera for the Basic Authentication, and that is also correct in the wireshark capture. What I did find that was odd was the 410 authorization Failure return from the Camera appears to be processing ...
by Gilley7997
Mon Apr 03, 2017 1:25 am
Forum: User Contributions
Topic: Amcrest PTZ functionality
Replies: 45
Views: 57117

Re: Amcrest PTZ functionality

You got to this before I had a chance to edit it. Your code calls both functions in the same call (as did mine), and I just copy and pasted the last log error, it actually fails the same way for both the start and stop action. That is the direct code from your Module not mine, and it is using http, ...
by Gilley7997
Sun Apr 02, 2017 5:47 pm
Forum: User Contributions
Topic: Amcrest PTZ functionality
Replies: 45
Views: 57117

Re: Amcrest PTZ functionality

So I was actually working on modifying my own script for this, and was running into a problem with a 401 Authorization Error when I was attempting the GET call from the Perl Module. In Googling to try to figure this out, I came across this script, and I figured I would download it and give it a shot...