Search results

  1. trempa92

    TFTP updates firmware but doesn't reset password!!!

    Keep trying, its not one guy behind that email. You will get lucky
  2. trempa92

    TFTP updates firmware but doesn't reset password!!!

    You may contact Hikvision for password recovery, they tend to answer end users sometimes. If you are persistent they might do it.
  3. trempa92

    TFTP updates firmware but doesn't reset password!!!

    Unfortunatelly cant do it outside authorized installers we work with. There is log of resets that might be checked, wont risk it
  4. trempa92

    TFTP updates firmware but doesn't reset password!!!

    It was just presuming. I am a programmer hence i look for logical reasons why. If something worked with model 1 with Chip x, firmware x, doesn't needs to be same case on model 2 chip y, firmware y I did few factory restore that way and it worked when i didn't have other option. It was while...
  5. trempa92

    Hikvision PTRZ Dome Cameras

    Yes the 1000 cycle will lead to mechanical failure as i got the information. This is expected lifespan of either motor or rubber. Eitherway these are not meant to work as standard PTZ cameras, this options are presented only as installation time saving for image angle corrections. The hybrid...
  6. trempa92

    Hikvision issues with live view and posibilities

    I believe he made a typo
  7. trempa92

    Hikvision issues with live view and posibilities

    You may use HikConnect Teams on your client account, therefor he can change time via teams as well other settings if necessary. You can also create NVR local account and if he uses TV, he can set basic stuffs there as well. Other than that, i dont usually agree with giving user access to...
  8. trempa92

    TFTP updates firmware but doesn't reset password!!!

    I presume reset happens when you upgrade with firmware that holds new configuration table which isn't compatible with previous one. it can either mean upgrading to few firmwares above or bellow. But be aware, downgrading might brick the camera, and you would have to reflash again.
  9. trempa92

    Issue with newer ColorVu camera (now displaying in black and white)

    I believe, when there is no event occuring Hybrid cameras will rather stay with IR and turn on color and light when event happens.
  10. trempa92

    Hikvision Intrusion Detection Camera Limit

    Should work for all Check if you enabled Enhance IP mode to add more IP camera, then you lose VCA capabilities.
  11. trempa92

    Problem with Hybrid Light Camera

    Check under menu "Image" Do you have suplement light settings there?
  12. trempa92

    How can I take a picture with ISAPI Protocol

    You do not need to use /r/n to save image, thats only when you use HTTPListener and realtime data from camera which is multipart data.
  13. trempa92

    How can I take a picture with ISAPI Protocol

    If you want to save that image somewhere, add path to where you want to save it. public class ImageDownloader { public static async Task<bool> SaveImage(string url, string username, string password, string savePath) { var timeout = TimeSpan.FromSeconds(5); try {...
  14. trempa92

    How can I take a picture with ISAPI Protocol

    You make GET request toward /ISAPI/Streaming/channels/1/picture You read and save bytes as image
  15. trempa92

    How can I take a picture with ISAPI Protocol

    This does sound like you are doing digest from a server or toward the server, and that you are hitting CORS POLICY Cant really tell why it does not work for you. I am using this way for entire integration for all of the hikvision devices, except alarm panels. You may try this method with...
  16. trempa92

    How can I take a picture with ISAPI Protocol

    CredentialCache credentialCache = new CredentialCache(); credentialCache.Add(new Uri(url), "Digest", new NetworkCredential(username, password)); using var httpClientHandler = new HttpClientHandler { Credentials = credentialCache }; using var httpClient = new HttpClient(httpClientHandler)...
  17. trempa92

    Hikvision to send a movement triggered video file

    Why not using hik-connect app? It will send you video of the event
  18. trempa92

    4 x DS-KH6320-WTE1, 1 x DS-KV6113-WPE1 & 1 x DS-KD8003-IME1

    After you upograded, do a full factory restore on both door station and indoor station, reconfigure again.
  19. trempa92

    4 x DS-KH6320-WTE1, 1 x DS-KV6113-WPE1 & 1 x DS-KD8003-IME1

    By the image, you did not successfully update indoor station, this list shows firmware 2.1.34 which was troublemaker.
  20. trempa92

    4 x DS-KH6320-WTE1, 1 x DS-KV6113-WPE1 & 1 x DS-KD8003-IME1

    https://www.hikvision.com/en/products/Video-Intercom-Products/IP-Series/Pro-Series/ds-kv8113-wme1-c-/ https://www.hikvision.com/en/products/Video-Intercom-Products/IP-Series/Pro-Series/ds-kh6320-wte1/?q=ds-kh6320-wte1&pageNum=1&position=1&hiksearch=true You can directly upgrade to this...
  21. trempa92

    4 x DS-KH6320-WTE1, 1 x DS-KV6113-WPE1 & 1 x DS-KD8003-IME1

    There was a problem with older firmwares When it lost connection, it did not auto connect itself back when it could. You had to manually connect again. Upgrade firmware on indoor station, aswell on door station. Also why are you using 45 78 for power? when you could use 12 36 for both...
  22. trempa92

    Lost bottom ring cover, installation base turret. what to replace it with? HIK DS-2CD1321-I

    Sadly its camera piece not junction box, hence it'll be hard to come by. Now i realize why auto parts are so darn expensive :D Im pretty sure Hikvision holds SAP code for each piece, but you would need to contact authorizsed distributor to ask for such piece SAP and to buy it. usually around...
  23. trempa92

    Ezviz PC Studio

    It does show all possible advanced options the software can do. After pressing Remote configuration, theres a request toward the device with node /System/Capabilities Depending on what device can do, it will show such options. having all the options wouldnt do any good as they would not work.
  24. trempa92

    Which is chippest compatible nvr my lpr camera DS-2CD4A25FWD-IZ

    DS-76xxNI-Q1(C) DS-76xxNI-Q2(C) (K9B2) not before V4.70 firmware Cheapest you can get
  25. trempa92

    Which is chippest compatible nvr my lpr camera DS-2CD4A25FWD-IZ

    Compatible in the way you just want to use storage or you want to filter License plate results and search by the licenses?
  26. trempa92

    Reset password camera ds-2cd1123g0-i

    https://www.hikvision.com/content/dam/hikvision/mena/support/sira/howto/How-to-upgrade-NVR-DVR-using-Serial-cable11.pdf
  27. trempa92

    Reset password camera ds-2cd1123g0-i

    Tftp will hang on that in 95% of newer devices. With newer devices you also need serial connection or ssh access, then with putty you stop the boot and run these commands. set ipaddr 192.0.0.64 set serverIp 192.0.0.128 update
  28. trempa92

    PoE IP turret camera with space for cable behind

    Depends which camera you want, each model got corresponding junction box which one of the main purposes is storing and sealing the connections :D
  29. trempa92

    Compatible alarms with the Alarm out ports?

    anything which works over impulses aka NO/NC , you can connect any 3rd parts devices. There are no limitations. Only thing that would be excluded from list are devices working with ms impulses.
  30. trempa92

    Ezviz C8W unbind - help

    No you cant even do that, ezviz will not share personal information to 3rd party. Not even to distributers.