Hello IP Cam Talk community,
I've been developing an ANPR application which works via ISAPI. I've got the data storing and all that good stuff, anpr side of it works perfectly as required.
However what I am trying to do is store the plate image that the camera takes when reading. You can see this plate image via the web ui for the cameras, I have previously stored this image by simply downloading it from the UI's image link, but that's poor practice, and would like to be able to access the cameras storage and simply download it that way. (over http would be the ideal situation)
Where exactly and how would I access the folder within the camera to save this image?

This is the image I require. The file name is supplied within the xml response body <picName></picName> from the isapi post request.
Any support here will be gladly accepted.
I've been developing an ANPR application which works via ISAPI. I've got the data storing and all that good stuff, anpr side of it works perfectly as required.
However what I am trying to do is store the plate image that the camera takes when reading. You can see this plate image via the web ui for the cameras, I have previously stored this image by simply downloading it from the UI's image link, but that's poor practice, and would like to be able to access the cameras storage and simply download it that way. (over http would be the ideal situation)
Where exactly and how would I access the folder within the camera to save this image?

This is the image I require. The file name is supplied within the xml response body <picName></picName> from the isapi post request.
Any support here will be gladly accepted.