I would like to be able to design a mission with the litchi app, but then import it into google earth as a tour and then play it to see how it looks from the exact perspective specified and as the mission progresses through the waypoints in "real time". I know nothing exists at the moment that will do this for you, but I'm just wondering how feasible it is. I don't have any experience with kml or with google touring, but if you can export your litchi mission as a csv file, you can then write a simple script that converts all the information in the csv file (including camera angles) to a kml file. Maybe it wouldn't be that simple, as it would involve the same type of interpolation that litchi applies, but it would be straightforward. I think you'd then import the kml file into the tour feature of google earth, though I'm not sure how you would control for varying speed levels. I think the idea might break down at this step because I don't know how tours are encoded. Anybody think this could work?