Andrew Hoover

Results 16 comments of Andrew Hoover

Awesome! I'll write up a little script this evening to parse the parameters. So far, I'm not seeing any change in normal behavior. Thanks on the site complement.

@bartekd123 if you have some experience coding, you might be able to setup a PHP script to accept the variables via url and then post them via MQTT. I am...

Another example for using PHP: https://www.hivemq.com/blog/mqtt-client-library-encyclopedia-mosquitto-php/

@gentlepumpkin Ok, I wrote up a simple php script to capture the query sent from AITool using the following URL pattern: test.php?image=[imagefilename]&detection=[detection]&position=[position] and it looks like the imagefilename variable is...

Additionally when I changed the [imagefilename] over to [imagepath] I did get the full path: image=B:%5CBlueIris%5Caiinput%5CBackPorchSD.20200609_183218923.jpg&detection=person&position=183,301,220,404 image=B:%5CBlueIris%5Caiinput%5CBackPorchSD.20200609_183223928.jpg&detection=person&position=210,293,243,366

Confirmed! I am getting just the image name for the placeholder [imagefilename]. Thank you very much for the additions! Now I'm off to write my own scripts to do useful...