Recent content by MrBoJangles

  1. M

    Integrating Hikvision camera events with non-Hikvision recording software

    The way I did it is to use HtmlElement. Here is what that function looked like. void RunCommand(string Command) { if (wb.Url == null) return; HtmlElement tmp =...
  2. M

    Integrating Hikvision camera events with non-Hikvision recording software

    I would be on edge too. Two nights ago, I had some disturbances in my yard, I just put the sound down to a raccoon or some other type of animal. Yesterday morning, one of my neighbors came to me asking if I've had anyone snooping around my yard, he said on multiple occasions someone has been...
  3. M

    Integrating Hikvision camera events with non-Hikvision recording software

    2-3sec before. Don't take my word on it though, I tend to misinterpret things I read sometimes. If you don't mind me asking, are you having issues with vandalism or theft.
  4. M

    Integrating Hikvision camera events with non-Hikvision recording software

    The only time I recall missing stuff is when I had the sensitivity low. I have it set on expert mode. Sensitivity 70 Proportion of object on area 1. I think I used to have sensitivity on 3-4 because of bug issues and I'm sure I've missed stuff. I've never had any issues with it not recording...
  5. M

    Integrating Hikvision camera events with non-Hikvision recording software

    It doesn't detect bugs, it screens the file size. It's a simple solution but it works. My camera uses 1mb per second of video. Looking through the bug videos, they were all under 3mb. When my app records a video, if it's under 3.5mb, it gets moved to a separate folder. When I get a real...
  6. M

    Integrating Hikvision camera events with non-Hikvision recording software

    I read the stream and when an event is triggered, the app tells the camera to record. Strange because I could never get the camera to record events but I can through another app. The bonus of having it through an app, I can move videos triggered by bugs to another folder or delete them, leaving...
  7. M

    Integrating Hikvision camera events with non-Hikvision recording software

    The alert stream is definitely usable. I could never setup my camera to record properly. I ended up using the alert stream in a very basic program I made for win. It's not fancy but it works good enough for me and hasn't failed me yet.
  8. M

    Integrating Hikvision camera events with non-Hikvision recording software

    Couldn't you use the camera to record to the machine directly, instead of using software? The camera events can be read from the alert stream http://YOURLOCALIP/ISAPI/Event/notification/alertStream
  9. M

    which email providers are you successfully using after gmail fail?

    Do you use a pc with your setup? If you do, you could use software to send notifications. Gmail still works that way. Edit, looks like there might be a fix by updating the firmware http://forum.use-ip.co.uk/threads/solved-hikvision-gmail-failure.775/
Top