Search found 14 matches
- Sat Aug 21, 2021 12:16 am
- Forum: IP Cameras
- Topic: ASH42-B web UI
- Replies: 5
- Views: 3321
Re: ASH42-B web UI
Yeah, I don't use wifi unless I absolutely have to. I stick to ethernet where ever possible. I found a IP5M-T1179EW-28MM on Amazon based off your advice and will give that one a try!
- Fri Aug 20, 2021 12:54 pm
- Forum: IP Cameras
- Topic: ASH42-B web UI
- Replies: 5
- Views: 3321
Re: ASH42-B web UI
Ah, that explains it! It's fine, I'll just return it. Do Amcrest have any outdoor rated cameras that do have a web UI? I've looked around and can't seem to find any confirmed.
- Fri Aug 20, 2021 1:05 am
- Forum: IP Cameras
- Topic: ASH42-B web UI
- Replies: 5
- Views: 3321
ASH42-B web UI
I purchased a ASH42-B and try to access the web UI to configure for the camera. It's saying 404 Not Found. I've configured other Amcrest cameras with the web UI no problem, but can't figure out the URL for this one.
- Fri Jul 23, 2021 10:44 pm
- Forum: IP Cameras
- Topic: IP3M-941B ONVIF and User Management
- Replies: 27
- Views: 17986
Re: IP3M-941B ONVIF and User Management
PR on the python-amcrest repo has been merged. Use version 1.8.0 or higher.
- Tue Jul 13, 2021 1:07 am
- Forum: IP Cameras
- Topic: IP3M-941B ONVIF and User Management
- Replies: 27
- Views: 17986
Re: IP3M-941B ONVIF and User Management
Edit: See bottom. A PR has been submitted, if it has been merged, skip to after the ------------ jack7 I got it working! Easiest way for other people to get it working: Clone this repo https://github.com/tchellomello/python-amcrest or do a pip install amcrest && pip show amcrest Then, open t...
- Tue Jul 13, 2021 12:23 am
- Forum: IP Cameras
- Topic: IP3M-941B ONVIF and User Management
- Replies: 27
- Views: 17986
Re: IP3M-941B ONVIF and User Management
Where did you get those REST API docs from @jack7 ? I tried the call you did, but kept getting 401. It probably is different for my camera.
- Mon Jul 12, 2021 12:45 am
- Forum: IP Cameras
- Topic: IP3M-941B ONVIF and User Management
- Replies: 27
- Views: 17986
Re: IP3M-941B ONVIF and User Management
Ah, okay. I submitted a support ticket on the website ( #413257 ) with some details and linked this thread. I'll post back here if/when they respond.
- Mon Jul 12, 2021 12:26 am
- Forum: IP Cameras
- Topic: IP3M-941B ONVIF and User Management
- Replies: 27
- Views: 17986
Re: IP3M-941B ONVIF and User Management
Okay, I found the actual problem. Only admin account can use the GetDeviceInformation API call. Not sure if that's a bug or feature request to have a checkbox added to the user management page to allow a user to get this information. I got these logs from the Onvier app. Here's what it looks like wh...
- Sun Jul 11, 2021 11:58 pm
- Forum: IP Cameras
- Topic: IP3M-941B ONVIF and User Management
- Replies: 27
- Views: 17986
Re: IP3M-941B ONVIF and User Management
Revo2Maxx Yep, it doesn't have to be the Onvier app specifically. There are 1000s of "ip camera ONVIF viewer" apps on the Play Store. That was just the app I was using, but I had tested 3 or 4 others just to make sure that it was the camera, and not the app itself. I even used Wireshark a...
- Sun Jul 11, 2021 11:47 pm
- Forum: IP Cameras
- Topic: [Feature Request] Send HTTP/S request on motion detection
- Replies: 2
- Views: 2547
Re: [Feature Request] Send HTTP/S request on motion detection
jack7 it's not push notifications I want, it's to trigger a NodeRed flow, but could be used for a lot of other things. I'm currently relying on MotionEye to do this, but wanted to take out the middleman, so to speak. That github you liked though is very useful. I have a bunch of Raspberry Pis and s...