i connect through wifi to my anafi parrot and can access the media successfully, by using the provided rest api (192.168.42.1/api/v1/media/medias).
The problem comes when i try to connect with the Skycontroller after setting the ip to 192.168.53.1.
The api doesnt work as expected (192.168.53.1/api/v1/media/medias) .
I can access only the Skycontroller 3 webserver in http://192.168.53.1/#/ .
Is there a different rest api link for accessing the media?
Does anafi olympe supports this feature?
You should be able to access the drone rest api by using port 180 on the SkyController (i.e. 192.168.53.1:180/api/v1/media/medias), which will redirect the request to the connected drone.
However, this method may not allow you to browse the drone webserver in interactive mode: 192.168.53.1:180/#/ will probably not behave exactly as you might expect.