Search results

  1. M

    Turn on/off camera overlay with command?

    Is there a way to turn on/off the Blue Iris overlay trough HTTP command or similar. I want to be able to turn on and off the overlay from my arduino.
  2. M

    API focus for SD49225T-HN

    No, I think it dosen't work with this camera.
  3. M

    Dahua 2MP 25x Starlight IR PTZ Network Camera (SD49225T-HN)

    I have the same camera with the same firmware as you danbutter (ntsc version) If I test this link (change your ip) then I get a snapshot. http://192.168.1.209/cgi-bin/snapshot.cgi?channel=0 (I use Internet Explorer 11)
  4. M

    API focus for SD49225T-HN

    I have a SD49225T-HN but I have some issues with external commands. I'm sending http commands from Blue Iris and I can change preset and change profile with out any problem. I change preset with (-->login and ip + /cgi-bin/ptz.cgi?action=start&channel=0&code=GotoPreset&arg1=0&arg2=1&arg3=0 ) I...
  5. M

    Dahua 2MP 25x Starlight IR PTZ Network Camera (SD49225T-HN)

    I wonder if I have missed something. When I look at the datasheet on dahua website I see that the specification say “Main stream 1080P/720P/D1(1 ~ 25/30fps)” but when I bought the camera the specification was “Main stream 50/60fps@1080P” Have they changed anything in the cameras/software so...
  6. M

    Dahua Starlight Varifocal Bullet Z12 5.3-64mm (IPC-HFW5231E-Z12)

    Andy, will you put any on the Aliexpress shop?
  7. M

    Dahua 4MP 25mm LPR Modification

    I tested out my SD49225T-HN as an LPR. To see if it was possible to read the plates at all, and see if I should buy a camera just for LPR. Daytime no problem at all. Nighttime a little trickier to get good focus etc. But after an hour or so it worked nice. But my real hassle is dusk and dawn...
  8. M

    Dahua API with Arduino.

    Yes that I can send, but this is for triggering Blue Iris... I have made a workaround now, I first trigger Blue Iris and then I trigger the camera from Blue Iris!
  9. M

    Dahua API with Arduino.

    Yes, Also I agree that the raspberry PI would be better. I even have one laying around. But I don't know how to make a program as easy as on the Arduino... (My alarm system is operating on the Arduino and working good) I don't have any software programming skills, so thats is the main problem...
  10. M

    Dahua 4MP 25mm LPR Modification

    Maybe a stupid question... but what would theoretically be best for a dedicated LPR camera, 2mp(HFW5231E-Z5) or 4mp(HFW5431E-Z5)?
  11. M

    Dahua API with Arduino.

    Arduino is an open-source platform used for building electronics projects. The programming language is similiar to C I think. I can send commands to Blue Iris and there the autentication is diffrent. This was a long shot posing this I don't think so many people use and Arduino for sending...
  12. M

    Dahua API with Arduino.

    Yes I do have that and I get everything to work when typing it in a web browser but unfortunatly its not the same when programming it to send similar commands from the Arduino.
  13. M

    Dahua API with Arduino.

    Is there anyone here sending API commands to a Dahua camera from an Arduino? I have an Arduino program that is working good with sending and receiving HTTP commands to Blue Iris. I have now tried to modify it to work with the Dahua camera with no success, I think my main problem is to get the...
  14. M

    Dahua 4MP 25mm LPR Modification

    Ok, tell us when you get an update, because I'm interested in one of these cams.
  15. M

    Dahua 4MP 25mm LPR Modification

    Anyone that have bought that camera with 25mm lens? (IPC-HFW4431K-I6)
  16. M

    4.4.5- September 23, 2016

    "The number of supported inputs and outputs for DIO modules has been increased to 16 each." Anyone manage to get the 16 inputs and 16 output to work with an Arduino. If so please paste code how you send and receive the data.
  17. M

    Blue IRIS and IOT ( Internet of things)

    gmaster1: What hardware are you using? Please give us some more information about your project.
  18. M

    Problem with HIGHLIGHT MOTION

    Maybe this can fix it. When you play a recorded file, right click on the video and deselect "Test run video through motion detection".
  19. M

    Question regarding the alerts / clips window

    Well maybe I didn't understand the question... But if you have the symbol looking like a clock green (just press it) then you will always have the latest clip in the Alert tab.
  20. M

    Single letter in zone-crossing box?

    Maybe the easy explanation would be that instead of masking out parts of the picture put that in a different zone and put in the main zone in the “object crossing”. And maybe have the possibility to have longer triggering times or similar to eliminate some of the false triggers.
  21. M

    Single letter in zone-crossing box?

    I will try. If zone A is the "trigger" zone: BI can monitor an object for example in zone G and when that moves inside zone A then it triggers if all other conditions is meet, faster detection because the object is already monitored. Similar as zone crossing but it only checks so the objects...
  22. M

    Configure motion detection - object crossing zones

    BI only does motion detection in the green area. So BI can’t see the object between the zones, and therefore it will lose the object when exiting zone A and a “new” object will enter in zone B. For your test purpose add a zone C that will be a zone over the hole screen, then the settings will...
  23. M

    Blue Iris outputs

    The Arduino will be the cheapest way, there are som threads in the forum about this for example these: https://www.ipcamtalk.com/showthread.php/8556-Blue-Iris-Serial-to-from-Arduino-%28Inputs-and-Outputs%29 https://www.ipcamtalk.com/showthread.php/3359-ARDUINO-amp-BLUE-IRIS-SERIAL-digital-i-o-DIO
  24. M

    Why this didnt trigger an alert?

    Hi First of all I would change these settings: cancel shadow = NO black and white = YES (Only in nighttime) Cancel shadows is only good in daytime. I think a good way is to have diffrent settings daytime and night time and use the schedule to change profile. If that dosen't fully help I would...
  25. M

    Arduino Uno with Ethernet shield INPUT/OUTPUT to Blue Iris.

    HI Se my answers below. Hello Mattias I downloaded your sketch ethernet_BlueIris_HTTP.ino and compiles and runs OK on my hardware. It works with BI in that it communicates both to and from BI. Because of shields I am using I need both the Arduino inputs and outputs inverted. Sounds simple...
  26. M

    Blue Iris Serial to/from Arduino (Inputs and Outputs).

    Hi, Well don't know anything about the sealevel device. Strange that BI dosen't answer to ASCII for me this has never failed. Check so Blue Iris really are connected to the Arduino... About you interface I've now done another program that can use both inputs and outputs through the ethernet on...
  27. M

    Arduino Uno with Ethernet shield INPUT/OUTPUT to Blue Iris.

    I’ve made a program for the Arduino with Ethernet shield that can trigger Blue Iris from an Arduino I/O. Blue Iris can also trigger the Arduino through “request from a web service” in the alert menu in Blue Iris. Blue Iris web server should be on. Not 100% sure exactly what settings that is...
  28. M

    Blue Iris Serial to/from Arduino (Inputs and Outputs).

    Nice little project you have! Right now I don’t have any intent to update with similar functionality. But, I’ve found out something I didn’t know before and that is that it’s possible to trigger Blue Iris through the web-server with external web command. Like...
  29. M

    Blue Iris Serial to/from Arduino (Inputs and Outputs).

    I’ve seen some examples of Arduino code for trigger Blue Iris on the forum, but don’t think I’ve seen anyone that uses both write and read from/to Blue Iris. Anyhow I think Blue Iris is great software and wanted to share my Arduino code and maybe someone can use the hole or part of it. I’m a...
  30. M

    Blue Iris and IFTTT

    Thanks for this. I didn't know that is was possible to connect Blue Iris to IFTTT like this!
Top