I’m using Anafi USA with Skycontroller 3 and would like to stream the drone video feed and telemetry to a device running a heavily locked down version of Windows. This should happen live as the drone is being flown by a pilot. I would prefer not having to write a FreeFlight 6 replacement to accomplish this, but would like to instead leave the operating of the drone to FreeFlight 6 and simply get the data I want. I understand that the telemetry is embedded in the RTSP stream. Reading the forums I have tried the following solutions:
- Connect the Skycontroller 3 with a USB cable to the Windows device and listen to the RTSP stream. This works in normal Windows, but you need to install a driver, which is not possible in this case.
- Connect over wifi to the Anafi USA itself and listen to its RTSP(?) stream. According to forum posts the drone only allows one client so this would be fighting with FreeFlight 6 for access to the stream.
- Create a simple Android app that runs as a service in the background and reads the telemetry and video from the GroundSDK. It appears that when FreeFlight 6 is launched the background app stops receiving updates from the SDK.
- Create a simple Android app that runs alongside FreeFlight 6 and listens locally to the RTSP stream that Skycontroller 3 pushes via USB. This could then be forwarded over wifi to the Windows device. I tried listening to localhost on the Android device with an RTSP player off of Play Store to test this, without success.
Are there any other options for getting the video feed and telemetry while the drone is being piloted with FreeFlight 6? Or maybe one of the above options can be made to work?