API for getting media

Trackera year ago

I am developing an application in flutter that uses the traccar server, I want to load the images related to the device, but I don't know the correct way to access that specific image.

Anton Tananaeva year ago

They are just regular HTTP resources. Look at what the official app does.

Trackera year ago

ok, muchas gracias Anton.