Hello
i use an AXIS 207 Camear.
I have created a node with this request in a GET
http://192.168.1.80/axis-cgi/jpg/image.cgi?resolution=320x240
When I run this node once, it works, I can access to the image, and for example, I can save it in a file.
This is true for some times (about 10)
10 is the max number of client that can be connected on the AXIS web server.
What is strange is that the AXIS camera seems to not close the previous thread. so, after only some few access from nodered to the calera, the max number of theads to access the image if reached.
This camera is queir old, and even with the most recent firmware, the problem is still there, and Axis doesn't give me any good idea to fix my problem.
I know that it exist an exec node wich doesn't close after the command has been sent, I use it for a ping test, for example. The PID is still the same.
Doesn it exist a similar node for http get request so that the request continues to use the previous thread?
Thanks