http://www.vimeo.com/17268726
Due to the cold weather my last FPV flight has been a while ago. So I've reactivated the copter simulation and wrote a new visualization module. This time I've chosen Crysis as the front end. The simulation is still running in a Java application in the background and calls through a Java Native Interface the same controller, which is running in the real copter but compiled for windows. The signals from the remote control are parsed in the real copter and send via XBee to the Java Application. The position and orientation of the copter is then send out via UDP/IP to a local port. On this port a Crysis Mod is listening and sets the camera to the received states.
