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...