A photos viewer synchronized with current flight location on xPlane.
I am currently in the SAWP airport in Argentina.
To run properly, xPlane must send the latitude and longitude datarefs. The following configuration is for xPlane 11, but it is very similar for previous version.
- Run xPlane and start a flight
- Go to Settings, Output data, Main output data
- Select the Network via UDP 20 Latitude, Longitude, & Altitude
- On the right panel, in network settings, put the IP address of the computer where xPlane Fotografi will be running (it can be the same computer or any other one) and any port (suggestion: 1000)
This is a Java project. You need Java JRE (or JDK) to run this program.
- Download Java here.
- Install Java
- Download xPlaneFotografi.zip and extract it anywhere
- Run the .jar archive with Java. An interface will pop up
- In the settings tab, put the IP address of the computer running xPlane (it can be the same computer) and the port as set in previous part (when I suggested 10000)
This program uses the Flickr Photo Search API, requesting by latitude and longitude.
I used the following very useful libraries to complete this project:
- flickr4java: a great interface to request Flickr API from bouncey
- scribe: an OAuth library, used by flickr4java
- log4j
- the inimitable swing-layout
Please drop me a line about this utility on the xPlane.org download section