I am using the PTZ controls for one of my cameras to control a usb relay board via BlueIris (BI). It is based on this youtube vid with a simple wrapper that parses the BI commands and replaces them with the MyRelayControl (MRC) commands that another poster helped me with some time ago. Basically, the BI command "Preset, 1, call" is replaced with MRC command "R1 on 0."
Now, I'm hoping to be able to control the relays from a locally hosted webpage (on my synology ds) since this page controls all of my other lights. I need to either be able to directly access the exe MRC, or be able to mimic BI PTZ commands causing BI to trigger the MRCWrapper I am using.
The wrapper works in BI by setting the PTZ external script to the MRC in the camera properties.
I don't know of a way to run exe files on a computer that is not hosting the website, but that is on the same LAN. (BI is running from a MS Surface and the website is hosted on my NAS.) I'm wondering if there is a way to mimic a BI web server login and sending a ptz command that BI will recognize as being sent to a specific camera and react to it much like it would if I were sending it from my iOS app or the BI web portal?
[I am aware of the inherent security risks of the previous paragraph. The website can only be accessed from my LAN. There is no internet access.]
Any thoughts will be appreciated. To be fair, I am a noob in way over my head on this one.
Now, I'm hoping to be able to control the relays from a locally hosted webpage (on my synology ds) since this page controls all of my other lights. I need to either be able to directly access the exe MRC, or be able to mimic BI PTZ commands causing BI to trigger the MRCWrapper I am using.
The wrapper works in BI by setting the PTZ external script to the MRC in the camera properties.
I don't know of a way to run exe files on a computer that is not hosting the website, but that is on the same LAN. (BI is running from a MS Surface and the website is hosted on my NAS.) I'm wondering if there is a way to mimic a BI web server login and sending a ptz command that BI will recognize as being sent to a specific camera and react to it much like it would if I were sending it from my iOS app or the BI web portal?
[I am aware of the inherent security risks of the previous paragraph. The website can only be accessed from my LAN. There is no internet access.]
Any thoughts will be appreciated. To be fair, I am a noob in way over my head on this one.