Search found 7 matches
- Thu Feb 13, 2020 8:50 am
- Forum: Other Software
- Topic: Smart Home ver 3.3.2
- Replies: 23
- Views: 25412
Re: Smart Home ver 3.3.2
Sorry...I never followed up after doing the rest. A hard reset did get live view working again. After thinking more about how this happened, I was poking at the various ports trying to figure out how to get a snapshot (for an javascript app I wrote). I may have inadvertently used a bad URL that caus...
- Thu Feb 06, 2020 2:58 pm
- Forum: Other Software
- Topic: Smart Home ver 3.3.2
- Replies: 23
- Views: 25412
Re: Smart Home ver 3.3.2
@amcrest168 I will give it a try. I assume the procedure is documented in the user manual?
- Wed Feb 05, 2020 6:54 pm
- Forum: Other Software
- Topic: Smart Home ver 3.3.2
- Replies: 23
- Views: 25412
Re: Smart Home ver 3.3.2
I don't think so. When it was connected, ping, ZoneMinder both worked fine. When I power cycled the AD110, nothing worked (ping, Amcrest Smart Home, ZoneMinder). During this time, the doorbell seemed to be not functioning correctly. It is working fine again...with the exception of Live View in the S...
- Wed Feb 05, 2020 1:57 pm
- Forum: Other Software
- Topic: Smart Home ver 3.3.2
- Replies: 23
- Views: 25412
Re: Smart Home ver 3.3.2
FW Version: 1.000.00AC003.0.R App version 3.3.2 I just installed an AD110 ~7 days ago and the install/config went easy enough. I had the camera working with Amcrest Smart Home app and ZoneMinder for about 5 days straight, then I am suddenly getting the same 'play error, click to refresh' problem whe...
- Tue Dec 26, 2017 8:15 am
- Forum: IP Cameras
- Topic: Access to http://<ipaddress>/cgi-bin/snapshot.cgi?1
- Replies: 10
- Views: 4128
Re: Access to http://<ipaddress>/cgi-bin/snapshot.cgi?1
As a quick update, I have made the following changes to your script: I set boundary as follows: $boundary = "\xffd9"; and I commented out the line that seems to enabled digest auth: // CURLOPT_HTTPAUTH => CURLAUTH_DIGEST Now the script works perfectly for me and my IP2M-850!!
- Mon Dec 25, 2017 10:18 pm
- Forum: IP Cameras
- Topic: Access to http://<ipaddress>/cgi-bin/snapshot.cgi?1
- Replies: 10
- Views: 4128
Re: Access to http://<ipaddress>/cgi-bin/snapshot.cgi?1
Here is some code to get around this in PHP or JavaScript: https://pastebin.com/mb0M3yVM @mfarley281, thanks for the code...it's a great starting point! You are referring to a variable called "$boundary" near the end of the php code. But it's not initialized anywhere. Also, your php code ...
- Mon Dec 25, 2017 9:27 pm
- Forum: IP Cameras
- Topic: CGI SDK no longer functioning on 17r?
- Replies: 42
- Views: 16829
Re: CGI SDK no longer functioning on 17r?
Please either supply an example of some web code (php, ajax, java, whatever) that will perform the digest authentication or bring back basic auth!!! I just purchased an IP2M-850E (it was not cheap!!!) to replace some of your failing Foscam cameras (that also were not cheap)...and now I can't integra...