API for getting media

Tracker6 months 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 Tananaev6 months ago

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

Tracker6 months ago

ok, muchas gracias Anton.