Skip to content

A photos viewer synchronized with current flight location on xPlane.

Notifications You must be signed in to change notification settings

miqwit/xplane-fotografi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xplane-fotografi

A photos viewer synchronized with current flight location on xPlane.

Screenshot

I am currently in the SAWP airport in Argentina.

Screenshot

Installation and usage

Configure xPlane

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.

  1. Run xPlane and start a flight
  2. Go to Settings, Output data, Main output data
  3. Select the Network via UDP 20 Latitude, Longitude, & Altitude
  4. 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)

Run xPlane Fotografi

This is a Java project. You need Java JRE (or JDK) to run this program.

  1. Download Java here.
  2. Install Java
  3. Download xPlaneFotografi.zip and extract it anywhere
  4. Run the .jar archive with Java. An interface will pop up
  5. 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)

Screenshot

Technical details

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

Feedbacks

Please drop me a line about this utility on the xPlane.org download section

About

A photos viewer synchronized with current flight location on xPlane.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages