Recent content by Kevern

  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...
Top