How can I get a snapshot image from Bosch IP cameras by using an URL?
To get a snapshot image from your camera, you can use the following URL:
HTTP://camera_IP_address/snap.jpg
For example:
The units can deliver different image sizes by providing the parameter “JpegSize” with one of the following possible values:
The parameter is added to the URL in a query string appended after a question mark.
For example to get the largest image:
Please note that all parameter names in the query string are case-sensitive.
For example:
Note:
If there are cases when requesting the JPG image from Bosch IP cameras by using an URL and the image is distorted, please check to what the jpeg quality is set to.
If this is set low, it could be that you are up-scaling a low image quality by defining the quality in the syntax (if this is the case)
Therefore, just set this jpeg stream quality to high, and than you only need snap.jpg afterwards.
Or select a stream quality with already the desired resolution for the jpeg:
Here you will find one detailed document containing info about how JPEG images can be obtained from the units via HTTP