Topic: Driver Image
Hi All,
I am trying to get the image from a driver, the API documentation seems to be a little bit vague how to achieve this.
https://sdk.wialon.com/wiki/en/sidebar/ … iver_image
First of all, what should be the request ID to be specified in the URL?
http://{host}/avl_driver_image/<rid>/<did>/<max_border>/<any.png>
I tried using Resource ID in place of rid and it returned 404.
http://{host}/avl_driver_image/12345678/3/32
Any help would be appreciated, thanks in advance.