Search results

  1. P

    Creating C# application using Hikvision SDK for DS-7116HVI-SL

    Hello, Both approaches are correct, but I like more your suggestion. The problem was that if you are adding new card you have to set dwModifyParamType, so specify what you would like to save. It is not enough to set for instance byName value. Thank you curiousDev ;)
  2. P

    Creating C# application using Hikvision SDK for DS-7116HVI-SL

    Hello curiousDev, Maybe you will be able to help me one more time... There is another method NET_DVR_SendRemoteConfig and I should pass structure to char * type, so it should be string. Have you had experience with struct to string conversion? I implemented it like this...
  3. P

    Creating C# application using Hikvision SDK for DS-7116HVI-SL

    It is working, and now surprisingly also mine is working. Currently I had wrong command number, but it was just result of my multiple options which I tried. So ref should not be there definitelly, you are right. Thank you so much, I appreciate your help ;) Peter
  4. P

    Creating C# application using Hikvision SDK for DS-7116HVI-SL

    Hello curiousDev, I tried it yesterday as many other options and now again, but same result 17. If you get 23, than it is working. I am getting 23 in case I run C++ demo from Hikvision. Could you please send me test project? If not can I send you mine and you will try to run it? I know there...
  5. P

    Creating C# application using Hikvision SDK for DS-7116HVI-SL

    Hello, I also have problem with method NET_DVR_StartRemoteConfig, it is returning error 17. For command NET_DVR_GET_ONLINE_LOCAL_CONTROLLER 2177 there is no struct passed, and it is working. But for NET_DVR_GET_LOCAL_CONTROLLER_STATUS 2176 I have to pass NET_DVR_LOCAL_CONTROLLER_STATUS_COND...
Top