Skip to content

petabyt/fudge

Repository files navigation

Fudge

This is an open-source alternative to Fujifilm's official WiFi app. The short-term goal is to serve as a simple photo gallery and downloader, and focus primarly on reliability.

Improvements over XApp / Camera Connect

  • Location and notification permissions are not required
  • Much more responsive UI, with native design
  • Some performance improvements
  • USB-OTG connectivity support
  • Lua scripting API

This app isn't finished yet, so don't set high expectations. Fuji's version of PTP/IP has many different quirks and features, so it's not easy to implement them all from a single camera. Currently, it's only been tested on a few older cameras, but functionality for newer cameras will slowly be implemented (as well as bluetooth) over time.

Beta builds are published on Google Play. The latest builds are also available on F-Droid.

Roadmap

  • Stable communication with camera over WiFi
  • Tested & working on X-A2, X-H1
  • Tested & working on virtual X-S10 and X-T20
  • thumbnail gallery of images
  • ZoomView image viewer + button to download to DCIM/fuji
  • Working Downloading progress bar
  • Download and Share images
  • Implement "select multiple / single" mode
  • Delete images?
  • Translate UI
  • Implement PTP/USB OTG support
  • Lua scripting API
  • Implement Bluetooth communication (use cross-platform lib? Rust?)
  • iOS port 1
  • Implement liveview (MJPEG stream on another port)
  • Remote capture
  • Camera properties (ISO, white balance, film sim, etc)

Tech stack

  • Java & native Android activities
  • Backend implemented in portable C
  • camlib
  • Lua 5.3 + libuilua & camlib bindings
  • libuifw (experimental)