Search results

  1. W

    c# onvif ozeki very low framerate

    ok thanks for the information
  2. W

    c# onvif ozeki very low framerate

    Hi we're doing development with a hikvision camera and i would like to try to switch from the hikvision sdk to the ozeki onvif sdk. Although i'm encountering a slight problem, it's like a framerate of like 1fps and as soon as there is movement on the camera i get this: is this normal? if not...
  3. W

    c# listening for Hikvision events

    we've found this where there is a project for alarm_arm_listen but it's not working for us. we get notification emails for motion detection, but no alert on this example. do we have to configure a specific setting on the camera?
  4. W

    c# listening for Hikvision events

    thanks for the information, we will keep this in mind, but we actually already started with the hikvision SDK and, if possible, like to continue with this.
  5. W

    c# listening for Hikvision events

    Hi We're trying to make a program in c# to capture a JPEG and process it when there is motion detected. But the problem is that we have to listen for the motion event notification but we have no idea how. We've succeeded to show a live stream and capture a JPEG on button press. We know there...
  6. W

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

    does someone have experience with the functions NET_DVR_GetSTDAbility. while i'm pretty sure the camera has unattendedBaggage capabilities i still get false and lpAbilityParam stays empty. so far i have the following: public struct NET_DVR_STD_ABILITY { IntPtr lpCondBuffer; int...
Top