Search results

  1. K

    Andowl HD IP Smart Camera PTZ

    Wow, really active forum, lots of help (sic). Just to let all know. The PTZ zoom operates on pre-sets that seem to not be supported on onvif. If you want a camera that can pan and tilt, then this is a good one, better than most because you don't have to fiddle around with SD cards and firmware...
  2. K

    Andowl HD IP Smart Camera PTZ

    OK Folks. After digging around A LOT on the application, it provided the ability to submit "support logs" and "Feedback" The email addresses were fangling06@dingtalk.com , received an automated response saying "we will get back to you in 2-3 days", and here we are 4 days in ...no response. After...
  3. K

    Andowl HD IP Smart Camera PTZ

    Firmware Versions: YGT.AJL33PQ0806-v200914.1140 YGT.AJL33PQ0806-v210908.1150 SDK Version: 2020201 Model: Andowl Q-S2000X HD IP Camera Smart Camera AI See attached images: 20211124_083702_resized.jpg Screenshot_20211124-081527_CareCamPro.jpg The Chinese App used to manage this device is...
  4. K

    Andowl HD IP Smart Camera PTZ

    I have a Andowl Q-S2000X PTZ camera and want to link it to Blue Iris. Nmap results: Discovered open port 443/tcp Discovered open port 80/tcp Discovered open port 23/tcp Discovered open port 9876/tcp Discovered open port 1300/tcp Discovered open port 1234/tcp Discovered open port 843/tcp...
  5. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Just remember that Sonoff unbeknowns to the man in the street has changed its chipset over iterations of models. Check the firmware matches the part number of your Sonoff. (MPN)
  6. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Pretty much, yes.
  7. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Hi Manyakus. When I wrote the code originally I used a serial port sniffer software to see what bits were sent corresponding to each I/O trigger on BI, these bits seemed to change with every BI version. I then coded the arduino to activate the IO's on the Arduino accordingly. I then used a...
  8. K

    PTZ through DVR

    Hi All. For those of you having a similar problem the solution was quite simple using BlueIris Version 5. Simply add: Make: Hivision Model: AY8608NL port 34567 PTZ Control: IPC,CantonK Works with most cheap chinese DVR's running Hi35** series chipsets. see attached picture.
  9. K

    PTZ through DVR

    HI. I have a fonkong DVR where I am able to pull a rtsp stream into blueiris using the respective channel of each camera. Make: Generic/ONVIF Media/video/RTSP port: 554 {Enabled RTSP on DVR for port 554} Model: RTSP H.264/H.265/MJPG/MPEG4 Path...
  10. K

    Home Automation Solutions IOT

    thanks for the reply nayr, I am not quite sure OpenHAB and Mosquitto not to mention esp8266 chipsets are as much off the shelf as domoticz is but be that as it may your website looks very interesting but like a LOT of difficult mileage. The emphasis is easy to learn, modular, supported and by...
  11. K

    Home Automation Solutions IOT

    Hi All. I am looking for Home automation websites that really teach the hobbyist and DIY guy how to automate right up to MQTT and the IOT of things. A site that combines projects, DIY and learnings that can help me put together a central home automation system myself. So far I have come across...
  12. K

    Arduino & Blue Iris Integration

    Please see updated main post
  13. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    eeeeeees.... The code and the diagram are wrtitten for relay output control by either the DIO interface (on the BI App) or DIO output (on camera seetings), The Arduino, based on instructions recieved from BI, actuate the relays, this is evident in the code as "digitalWRITE" and "Output" are...
  14. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    cds333. Arduino does not have a built in USB-serial converter, the Arduino has a USB port, a USB cable connects the Arduino to a USB port on your computer, the windows driver (from the Arduino IDE installation package)for the Arduino creates a virtual com port to which "serial" data is sent. In...
  15. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Follow my posts below and use a serial port monitor, something like Eltima Serial Port Monitor, to see what code is being sent to/received from the Arduino. Once you know what is being sent you can then debug your setup. Also, just note that depending on what version of Blue Iris you have will...
  16. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    USB cable between PC and Arduino, maps to a virtual Com port using Arduino driver, use settings below with whatever your com port mapped to. You can also use SeaDac but it is a little more expensive. ~
  17. K

    Blue IRIS and IOT ( Internet of things)

    Hi Everyone. Firstly a big thank you to IP CamTalk for having such a rich and open platform, ... thanks you guys are amazing! OK, in my last "FreeBee" post far below I hinted that I was working on a new wireless solution...................... Further below you will find my "FreeBee" post on...
  18. K

    Arduino & Blue Iris Integration

    Updated to BI and IOT 31-07-2015
  19. K

    Arduino & Blue Iris Integration

    Updated - 2 Channel Relay Board Shield added - 18-07-2015
  20. K

    Arduino & Blue Iris Integration

    You are welcome. yes, you can setup a "ping/pong" by sending BI a suitably timed serial.write which is set in BI as an input bit to trigger an alert and the resulting alert set with a alert bit as a BI alert serial.write response to your Arduino code. the Arduino can then, based on the results...
  21. K

    Very Disappointed - Lack Of Support

    Hi Michael. I agree with ruppmeister, Mike and fenderman, I have been working with Ken for a few months now and I can tell you he is really a stand up guy, he is definitely swamped with work as all the code changes have been phenomenal over a short space of time. I am not familiar with USA law...
  22. K

    Arduino & Blue Iris Integration

    Blue Iris and IOT ( Internet of things) Hi All. After a few months of work I have finally put together a www.iiot.co.za website containing all promised below. Having also sent Ken an email about enabling Blue Iris for MQTT to aid development in the IOT and home automation space I have in the...
  23. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Virtual Bread Board for Arduino (VBB$ Arduino) Simulation Project sketch and screenshot further below: import muvium.compatibility.arduino.Arduino; class sketch_jun03a extends Arduino{ //Automatically Added VBB Framework Code - do not remove: // Assign Arduino pin's that correspond to Blue...
  24. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Arduino Sketch with comments/notation: // Assign Arduino pin's that correspond to Blue Iris DIO Output functions and Set digital output bits for Camera alerts: // Below table of Blue Iris digital output bits, their corresponding serial data sent to Arduino and the resulting anticipated actions...
  25. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Martin, on Blue Iris versions 4.0.3.1 the Alert(output) to serial , set in bits 1,2,3,4,5,6,7,8 produce a ASCII output of S01,S11,S21,S31,S41,S51,S61,S71 for ON and for OFF the corresponding, S00, S10, S20,S30,S40,S50, S60,S70 so your serial read "if" loop should read in the first three bytes...
  26. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    The solution is 1/3 the cost of a open Sealevel SeaDAC device and may have up to 5 times the functionality with a lot more flexibility. The code is written for Bue Iris ver 4.09+ I have written the sketches and a virtual bread board sketches and if interested you can pm me or just copy the code...
  27. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Arduino and Blue Iris integration: If you find this development useful please consider donating. (Any amount would be greatly appreciated) Written for Blue Iris version 4.0.9.x. FULL arduino sketch with comments/notations further below. FULL Virtual Bread Board For Arduino Project code...
  28. K

    ARDUINO & BLUE IRIS SERIAL digital i/o DIO

    Please see development below;
Top