API for getting media

Tracker2 years 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 Tananaev2 years ago

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

Tracker2 years ago

ok, muchas gracias Anton.