Search results

  1. trempa92

    API for hikvision face detection DS-k1T320EWX

    Oh what a mess :D For starters, why are you doing "SendXMLRequest" while its clearly a json Im doing everything in C# or flutter. Can you try with POSTMAN? If the postman work, then you are doing something wrong with your methods.
  2. trempa92

    API for hikvision face detection DS-k1T320EWX

    I dont see any attachment
  3. trempa92

    Hikvision DS-2CD2387G2H - ok at night or better with larger sensor?

    I have both G2-LU and G2H-LIU, I noticed G2-LU perform better as it have better sensor. But now i can see they are pushing G3 cameras that will use AI to accelerate quality, color and enhancing sharpness in motions.
  4. trempa92

    Upload image to hikvision face recognition device

    Could you not do duplicates, you can continue the thread you first started :/
  5. trempa92

    API for hikvision face detection DS-k1T320EWX

    Do you want to upload a jpg image or do you want to start capture on device to get modeldata? For uploading an image to person: POST /ISAPI/Intelligent/FDLib/FaceDataRecord?format=json Body: { "faceURL": "C:\\Images\\image.jpg", - either local url or web url(Needs to be smaller than...
  6. trempa92

    API to retrieve images stored in fdlib

    Duplicate thread
  7. trempa92

    API for hikvision face detection DS-k1T320EWX

    I wonder why are you using SDK. You can do this all with lightweight API and digest auth
  8. trempa92

    API for hikvision face detection DS-k1T320EWX

    This modeldata is not an actual image. You cannot convert to image. You could get image if you search person. POST /ISAPI/AccessControl/UserInfo/Search?format=json Body: { "UserInfoSearchCond":{ "searchID":"1", "searchResultPosition": 0, "maxResults": 10 } } There you...
  9. trempa92

    HTTP API

    Why not get cheaper camera and sensor, then just little api service fetching sensor data and doing put request toward camera osd overlay every x interval
  10. trempa92

    modify 2CD-3T47-L

    Modify in what way?
  11. trempa92

    API for hikvision face detection DS-k1T320EWX

    POST /ISAPI/Intelligent/FDLib/FDSearch?format=json Body: { "searchResultPosition":0, "maxResults":5, "faceLibType":"blackFD", "FDID":"1", "FPID":"7" }
  12. trempa92

    Main camera differences

    If it have G3 in name and ends with 7, like in your case "2647" it will be ColorVu3.0 if its G2 and ends with 7, then its ColorVu 2.0
  13. trempa92

    Main camera differences

    It seems they are released. It all depends on distributers when will they order. Once ordered usually takes 2 months to reach Europe. Don't know for the other parts of world. Comparison: If you wondered the differences
  14. trempa92

    IVMS not showing Human/Vechicle event markers for certain cameras

    If i were on your place, i would factory restore everything and set it up all again. Check the firmwares on devices before setting it up.
  15. trempa92

    IVMS not showing Human/Vechicle event markers for certain cameras

    Since you did format, there's nothing to rebuild
  16. trempa92

    IVMS not showing Human/Vechicle event markers for certain cameras

    Ah it seems your recorder doesnt have that option, you can also check via gui
  17. trempa92

    IVMS not showing Human/Vechicle event markers for certain cameras

    Then it can be problem with NVR, how its storing metadata on HDD. Do you have option to press "Rebuild Database and videos" under HDD settings?
  18. trempa92

    IVMS not showing Human/Vechicle event markers for certain cameras

    Some may have AcuSearch enabled and some may not. Check if AcuSearch is enabled in each camera. Some may not even support it. Good luck
  19. trempa92

    Time attendance

    You need software for that. They do not support linkages between eachother HikCentral ACS v2.x is free up to 16 doors/3000users
  20. trempa92

    Hikvision Camera Password Reset Utility

    Sadly fw is too new to use cve2017 exploit. So without having generated xml by hikvision or your local distributor i dont see otger way
  21. trempa92

    Hikvision Camera Password Reset Utility

    Hold reset button while plugging in PoE and keep holding for 15s. Camera will reset
  22. trempa92

    Hik-Connect problem

    Either Teams is not yet available in your area, or app is not updated. What you have is something else
  23. trempa92

    Hikvision Camera Password Reset Utility

    Camera model name and firmware please?
  24. trempa92

    Hik-Connect problem

    no you do not
  25. trempa92

    LV-PB912F4C - Cannot get into Inactive mode

    Glad to hear, sorry for command misspell, i did not use it for quite some time
  26. trempa92

    Hik-Connect problem

    Open hik connect on your phone Press on tab Services down there icon(Heart) And Create Team once you create team, when you log in to web browser you will have what i shown you
  27. trempa92

    Hik-Connect problem

    Ah yes, this used to have problems with multiple clients. You can always open up HikConnect for Team mode. Then you will have web view for each. It will look like this:
  28. trempa92

    Hik-Connect problem

    Would you mind show some images if the thats not the problem? You can blur the camera view
  29. trempa92

    LV-PB912F4C - Cannot get into Inactive mode

    Once/if you gain shell access. execute paramReset cmd. This will change camera state from active to inactive without restoring anything else.
  30. trempa92

    LV-PB912F4C - Cannot get into Inactive mode

    You might try this way: https://github.com/Aiminsun/CVE-2021-36260