Search results

  1. P

    Looking for new Dahua - pref same footprint as 4300c

    Yeah its just a punish having to go into each one to find the dimensions. The normal ones seem to be 122mm...the old 4300c is 110mm. So the closest I found was a IPC-HDBW1320E | Dahua Technology (IPC-HDBW1320E and it's wireless variant)....does this include all the IVS features? As it's not...
  2. P

    Looking for new Dahua - pref same footprint as 4300c

    Got a 4300c mini dome. Great little cameras, but not ir. So I’d like ir one to hook up to. Y nvr5216. If possible in the same 100mm diameter, as most of the ir ones are 110/120mm What options might there be? Don’t really need ptz
  3. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    So I ended up gambling and trying the updated 216 firmware. After doing this I was able to access the camera (snapshot.cgi function and the ConfigManager.cgi?action=GetConfing&name=ChannelTitle). Must have been something wrong with the existing firmware on the box.
  4. P

    Dahua NVR5216-4KS2 / NVR5216-16P-4KS2

    I've just bought a 2nd hand nvr-5216-4ks2. Type: DHI-NVR5216-16P-4KS2 Record Channel:16 Alarm In:4 Alarm Out:2 SN:<redacted> Web:3.2.3.1829 System Version:3.210.0002.0, Build Date: 2017-07-08 I understand there's a new firmware, but are unsure where the device was sourced from. I've seen all...
  5. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Any other ideas for getting the snapshots back? Is there an RPC2 method for doing this?
  6. P

    gps tracking device

    There are devices that you can buy with no subscription charges....bu you need to run the tracking software at home, ie traccar/gpsgate. But you need to get a device with a battery if you want impact detection etc (which is triggered when car off + someone trying to open it). Also you need to...
  7. P

    NodeJS Module: node-dahua-api

    I have a service that does it (docker/python service to mqtt - psyciknz/CameraEvents ), which can also send image content for notifications. But the snapshot function is not working for my particular unit. And the only other issue it might have is getting the channel list for an nvr. But it...
  8. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    I’ve got anither full admin account, and a read only account. Both get the same error.
  9. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Could there be a setting somewhere that’s stopping it? Or a permission, But you can see I’m using the primary admin account
  10. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Even curl does it. drogo:~$ curl --digest -u admin:admin -v http://192.168.10.66:80/cgi-bin/snapshot.cgi?channel=1 * Trying 192.168.10.66... * TCP_NODELAY set * Connected to 192.168.10.66 (192.168.10.66) port 80 (#0) * Server auth using Digest with user 'admin' > GET...
  11. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    If I could get telnet working I’d have more of a dig. But those instruction, while they show me that telnet is false, I can’t change it. At least then I might be able to see some of the low level logs.
  12. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Yeah I have no idea either. So rebooted as suggested. Same deal. http://192.168.10.66/cgi-bin/snapshot.cgi?channel=1(channel 1 is populated) But: Error ErrorID=5, Detail=Server internal error! I do see when I did into the vide the following extras on the URL, but no joy here either...
  13. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Yeah but if there's no listing in the api doc between what is and isn't supported on various devices, the api document becomes less and less relevant. The attach to events still works: /cgi-bin/eventManager.cgi?action=attach&codes= but snapshot.cgi doesn't and given snapshot is probably one of...
  14. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Here's what's on the info page: Type: DHI-NVR5216-16P-4KS2 Record Channel:16 Alarm In:4 Alarm Out:2 SN:<redacted> Web:3.2.3.1829 System Version:3.210.0002.0, Build Date: 2017-07-08
  15. P

    NodeJS Module: node-dahua-api

    I think this lists the fw I’m running DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) - Different
  16. P

    NodeJS Module: node-dahua-api

    Yeah did that...a lot of those functions don't work any more. Like snapshot.cgi, getConfig?action=ChannelTitle, the odd one does though. Looks like in this device, and others? they've changed the api. Using fiddler I think i managed to figure out they've gone to a RPC2 call where json is...
  17. P

    NodeJS Module: node-dahua-api

    Things like snapshot (which uses the following url: http://<ip>/cgi-bin/snapshot.cgi?channel=1) now gets a Error ErrorID=5, Detail=Server internal error!
  18. P

    NodeJS Module: node-dahua-api

    Anyone used this on later nvrs, specially a DHI-NVR5216 and noticed any of the functions not working?
  19. P

    Dahua NVR 5216-16P-4KS2

    @nayr have you hooked this nvr up to your api functions? I've found it's really different from previous models, and individual cameras. No ChannelTitle call, snapshot call different, all sorts.
  20. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    Or does anyone know how to decode the backups as they seem to be zipped and encoded in something.
  21. P

    DHI-NVR5216-16P-4KS2 - HTPP API (web fw 3.2.3.1829) -No Snapshot.cgi function

    I've got a service that on my 4104 NVR could get all the channel names. The request was: http://<ip>/cgi-bin/configManager.cgi?action=getConfig&name=ChannelTitle With this new one that request gets a 500 error. Looking through the IPC 1.67 http api document there are some options the work...
  22. P

    gps tracking device

    A gps tracker is easy to put in and run. There could be issues finding one that can run off the internal car wiring (outside of the acc circuit) for if the car is moved without being turned on, ie towed.
  23. P

    To VPN or not to VPN

    I use an l2tp based vpn on my ubiquiti USG. It’s provided as part of the controller software. Before that was l2tp and before that pptp on a Linux vm. PPTP is really easy to install - but less secure nowadays. Here’s a post on setting one up on raspberry pi (openvpn based) The absolute...
  24. P

    Help with question on home automation

    You haven't looked at the big open source HA products? OpenHAB/Home Assistant? Both run on raspberry pis, and both can incorporate bits of what you want. But they're not a turnkey solution.
  25. P

    Plug-in for iPad or Android?

    and while pptp (if that's what you're using) is better than port forwarding, I'd look at something better as it has been compromised. Like l2tp/ikve2 at least.
  26. P

    iDmss - notifications - suddenly started in the weekend

    I'd configured them ages ago, but they'd never worked.....then suddenly in the weekend they started working with no change. Anyone know why?
  27. P

    iDmss - notifications + channel names?

    Notifications from iDMSs...do these require a dahua cloud account (or whatever they call it), or does the app know how to get notifications to work. 2ndly I have a 4 channel nvr, in idmss these just show up as channel 1 - channel 4. Can they be changed? They don't list as that when i...
  28. P

    Dahua url snapshot problem

    Use authentication in the request header. And most likely, digest, not basic. Pretty easy to find c# examples.
  29. P

    How to hide power wire?

    Most cameras run POE, power over ethernet as it means there's only a 5mm hole needed that delivers power and network. Much easier. Consumer based cameras use DC, on a wall plug. Unless you can create a dc plug to dc plus extension then they'll need 110/240v extension cables.
  30. P

    WheelWitness HD PRO Dash Cam with GPS

    Is the gps is these just for geotagging the video? Or does this camera have a sim as well, so it can be used as a gps tracker?