This is a cross-platform open-source alternative to Fujifilm's official camera app.
Website | Google Play | F-Droid
This app isn't finished yet, so don't set high expectations. Fuji's implementation of PTP/IP has many different quirks and bugs, so it's not easy to create a stable client that works for all cameras.
- Frontend rewrite (see #26)
- Liveview & Remote capture
- Implement Bluetooth pairing
git clone https://github.com/petabyt/fudge.git --depth 1 --recurse-submodules
Open android/ in Android Studio.
Desktop utility is still a work in progress.
# Ubuntu/Debian deps:
sudo apt install libusb-1.0-0-dev libimgui-dev libvulkan-dev libglfw3-dev
cd desktop
cmake -B build -G Ninja && cmake --build build
MinGW/osxcross is also supported for cross compiling.
libjpeg-turbo (IJG License, Modified (3-clause) BSD License)
This software is based in part on the work of the Independent JPEG Group.
libxml2 (MIT License)
lua 5.3 (MIT License)