Search results

  1. trempa92

    Hikvision KD8003 not visible in SADP when connected to NVR

    Its because the AT/AF standards missing on PoE NVR's while available on Switches
  2. trempa92

    API for hikvision face detection DS-k1T320EWX

    Thats weird, as you do same ISAPI call with just different body. You are not holding the session, its POST all over again in loop. So each POST is new digest auth
  3. trempa92

    API for hikvision face detection DS-k1T320EWX

    You need to loop using max search parameter of 30 and startindex so first is 0:30 then 30:30 then 60:30, you get the point When you receive response NO MORE meaning you hit the end, make that as background service that polls every X seconds or restart upon end.
  4. trempa92

    Does the DS-2SF8C442MXG-ELW/26 have people tracking?

    Under event linkages you will see tracking option
  5. trempa92

    Hikvision dual sensor ANPR

    The channel 2 is to get colorfull video, because ANPR camera during the night shows only license plate and lights.. its too dark to get other details. Hence second channel to pick up vehicle information and classificaation during the night
  6. trempa92

    DS-2CD4B25G0-IZS - 4.7~65.8mm - Firmware can not to find download

    5,5,86 is latest but will not gain you much changes...
  7. trempa92

    Android SADP Tools - Development in progress

    UPDATE: Started working on basic configurations
  8. trempa92

    Android SADP Tools - Development in progress

    Totally doable.
  9. trempa92

    Android SADP Tools - Development in progress

    Apk by default can be decompiled so it will be open source anyway :) C# is my main ,so i wouldnt really need help there haha You can give suggestions, what do you think it would be nice to have?
  10. trempa92

    Android SADP Tools - Development in progress

    UPDATE: Entire ERR list translation is done. So there wont be any Error number, it will be entire explanation
  11. trempa92

    Android SADP Tools - Development in progress

    UPDATE: After taking some time to convert java to kotlin + merging both sadp sdk and hcnetsk on android and having alot of duplicates error. Finally live view have been implemented. So now everything else will go smoother And after roating phone you get fullscreen Cheers
  12. trempa92

    need to read temperature data via modbus rtu

    Yes its possible, but im not sure how it works via 485, i got it on the 1 i showerd you connector. But once you have data, you can create any arduino code if greater than trigger something, regardless of alarms
  13. trempa92

    Hikvision DS-2CD2T46G2-2I MJPEG

    Under Security tab, there is RTSP and WEB Authentication If you are using user:password@ip option, this has to be set Digest/Basic Also be aware that edge might have trouble running mjpeg stream, try chrome
  14. trempa92

    need to read temperature data via modbus rtu

    If thats really a temp, thats a really nice find. Thanks for sharing
  15. trempa92

    need to read temperature data via modbus rtu

    It says ptz protokol, i doubt you will get temp data there
  16. trempa92

    need to read temperature data via modbus rtu

    You need designated MODBUS model such as https://www.hikvision.com/europe/products/Thermal-Products/Thermography-thermal-cameras/Fixed-series/hm-td3028t-2-q-b-/ There is a additional Serial output designed for MODBUS communication for using it in PLC and such Look how the connector looks...
  17. trempa92

    Android SADP Tools - Development in progress

    UPDATE: Fully functional shell implemented
  18. trempa92

    Android SADP Tools - Development in progress

    UPDATE: Until i translate java hcnetsdk to kotlin for liveview,playback, factory restore. ssh via phone will be added to app. Halfway done Options done: see ssh log Options to do: save log, command input as with putty or similar
  19. trempa92

    Android SADP Tools - Development in progress

    When i get mac , i still dont know how to build ios on windows. Dont think its possible
  20. trempa92

    Android SADP Tools - Development in progress

    UPDATE: -Device activation completed -added dhcp modify net parameters -added export device feature code file for reset
  21. trempa92

    Android SADP Tools - Development in progress

    UPDATE: Changing network parameters almost completed. It works, but need to implement DHCP check mark.
  22. trempa92

    Android SADP Tools - Development in progress

    Greetings everybody, Started working on native kotlin android sadp tools with posibilities for live view and configuration. I will post updates as it goes. registration and login(statistical data) SO far: -Discovery via multicast -Device info TO DO: Activation Change net params Change...
  23. trempa92

    Need firmware for DS-7208HQHI-K1 with USB Wi-Fi support

    Maybe this would ve more suitable, or atleast something like this. As i dont believe hikvision devices support ethernet over usb port https://www.epever.com/product/epever-wifi-adapter-2-4g-rj45-d/
  24. trempa92

    Hikvision NVR creates "ngtest" backdoor user on managed camera's

    I have made local test using the same firmware as yours, as well tried different poe NVR on different platform. Result is same. Conclusion: It has nothing to do with virtual host neither its a backdoor, it is plug and play script. Steps to reproduce: -PoE NVR -Do not activate via SADP Tools...
  25. trempa92

    ds-2cd2386g2-i how gain shell throught uart ?

    If thats the case, then you should let them know so you need to ask for one :) As you did in 2021 :)
  26. trempa92

    ds-2cd2386g2-i how gain shell throught uart ?

    LUcky for me, my contact generates me a debug password when needed
  27. trempa92

    Hikvision NVR creates "ngtest" backdoor user on managed camera's

    Ive seen firmware versions where nvr autologins without asking for credentials. I guess there are multiple versions then. But yes it did ask me for logins on others as well. Ill fire debug on v5 and see whats up behind
  28. trempa92

    Hikvision NVR creates "ngtest" backdoor user on managed camera's

    This is virtualhost in action. The only problem is ngtest shouldnt be there. Usually virtual host uses default channel password/ admin password to open up settings on camera. New firmware v5+ can start virtual host on configuration click, its not located in network -> others anymore. So perhaps...
  29. trempa92

    Unable to retrieve the captured image from the DS-K1T341A device when it pushes the event log

    It should work, check your parsing. The response you get is multipart data, so dont parse json only but also binary after boundery The other way around is doing manual ISAPI pull and then doing GET request to pictureURL