Search results

  1. trempa92

    "Time out" Activation camera

    This model name sounds more like OEM ezviz than OEM hikvision. Ezviz tend to distance between hikvision and work with mobile app only. Every new firmware removes more and more desktop support plus integration with hik
  2. trempa92

    "Time out" Activation camera

    If there is webserver on that camera. Activate it via webpage
  3. trempa92

    Not enough resource for motion detection analysis. Check the engine configuration in smart analysis.

    If you use perimetar protection channels for NVR VCA, you cannot use Motion detection on any channel with Human/Vehicle checkmark. You Can disable that and use a standard motion. Check if there is on any channel Motion 2.0 enabled. Perhaps overlooked?
  4. trempa92

    Remove license plate from allow list using ISAPI

    Please use forum search, it has been posted
  5. trempa92

    Motion detection

    When setting up motion, make sure the Record Channel is ticked under linkages. In order to be shown on bar, the recording log has to exists besides the footage. So bar is being filled by log timestamps Cheers
  6. trempa92

    Need help unlocking OEM Hikvision DVR (URS-DVR7104) – XML file attached

    Your best bet Nobody cracked reset via XML yet.
  7. trempa92

    Smart event detection problems

    I made a comment on your reddit post
  8. trempa92

    DS-TCG406-E vs iDS-2CD7A26G0

    If you have money serie 7. It got multiple vca engines, plus co prehensive api unlike tcg valued series
  9. trempa92

    ISAPI "Invalid XML Content"

    never needed onvif user, so i never added one, but should works same
  10. trempa92

    ISAPI "Invalid XML Content"

    Ditch query params and only use /ISAPI/Security/users You dont need to add encrypted data it can be plain text. Authorization to device Digest This security iv= is just token for device interacting with itself
  11. trempa92

    DS-KT1804AMF connect error hk.

    There is documentation how to set alarm host via PUT request. You create a TCP or HTTP server listener to fetch data. Second option is to use API to retrieve passes by polling POST requests with time interval. to get api register and sign NDA at tpp.hikvision.com Cheers.
  12. trempa92

    Hik thrmal camera - setting up "motion alerts"

    Did you draw area for motion?
  13. trempa92

    Hik thrmal camera - setting up "motion alerts"

    For each event, to be recorded on sd card there is option in Linkage, Save to NAS/FTP/Memory card. That has to be ticked
  14. trempa92

    Ds-2td2617-3-v1 thermal camera - known exploits?

    There is no known hikconnect exploit at the moment. So going via their cloud should be safe from internet side, but as ive stated it is exploitable within your lan. So whoever gets to your lan, or your PC gets virus, it could use camera for accessing everyhting.
  15. trempa92

    Any opinions on the DS-2SF8C442MXG-ELW/26?

    Its a beast
  16. trempa92

    Howto view Hikvision ip-camera streamvideos on iphone?

    It should work with any kind of network, as long there is a network between camera and phone. VPN, Dyndns, static ip.
  17. trempa92

    Hik thrmal camera - setting up "motion alerts"

    To be recorded you either need SD card or NVR. Do you have any of those 2?
  18. trempa92

    Ds-2td2617-3-v1 thermal camera - known exploits?

    Its an older model which dates before 2021-06' RCE exploit, therefore it could be subject to that exploit. Do not put it online via port opening. Also put in separate network vlan if a lot of people uses same network. You may try firmware updating to Firmware_V5.5.22_210702, but i dont believe...
  19. trempa92

    Remote Wireless Camera Intermittently Disconnects

    Hikvision and wifi always had to have ideal enviroment to work, otherwise probles kept happening. Never suggesting wifi, obly p2p anthenas and wired cam
  20. trempa92

    Convert Chinese EzViz H3

    You may try getting that exact firmware and use Hikvision firmware tools on it. Perhaps you will have luck. Other than that i don't see any other way
  21. trempa92

    Password reset for DS-2CD1143G2-LIU

    You fear giving data to china while in same time hoping there is a tool that anyone could use on your camera given circumstances.
  22. trempa92

    motion detect/push notification doesn't work on new setup NVR-104MH-C / IPC-T262H-MU

    App would need database plus active listener. Equals battery dead in 3 hours
  23. trempa92

    motion detect/push notification doesn't work on new setup NVR-104MH-C / IPC-T262H-MU

    Every model supports motion. Where do you want push notifications? If its hik connected is it added via cloud or locally? Notifications dont work locally only via cloud and firebase api
  24. trempa92

    DT385G 2.8mm Anyone got one of these kicking around?

    Try powering it up via PoE it might work. So no need to switch. Usually 12v input is separated electronics from PoE.
  25. trempa92

    Access Controll and Door

    671 is older device,so i dont believe you can limit opening door on authentication
  26. trempa92

    Access Controll and Door

    ACS 2.0 is new ACS devices based on ISAPI rather than SDK. They lack Device port 8000, only work via http requests
  27. trempa92

    Access Controll and Door

    Only on ACS 2.0 you can choose to open or not
  28. trempa92

    Access Controll and Door

    If you use attendance, the authorized user will always trigger unlock on that door :/
  29. trempa92

    API for hikvision face detection DS-k1T320EWX

    You are getting everything, you just need to use input parameters that shows authorized registration. For all acs major is 5 but minot varry depending on device, try 75, thats on k1t341
  30. trempa92

    API for hikvision face detection DS-k1T320EWX

    iv is not needed. Im not using curl so i cant tell. Im using CRUD within c# and flutter. Using digest authorization