Skip to content

madebysan/rawcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawCam app icon

RawCam

A minimal iOS camera. Saves only the sensor's raw DNG.

v1.0 · iOS 17+

Download on the App Store


RawCam interface, info panel, and a side-by-side comparison of the same scene captured with RawCam and the iOS Camera app


RawCam is a minimal iOS camera that saves only the sensor's raw DNG. Tap the shutter, open the file in Lightroom or any RAW editor, and process it yourself.

What it does

  • RAW mode. Saves a single 12MP DNG with zero AI processing.
  • RAW+JPG mode. Captures both a clean DNG and an Apple-processed JPEG simultaneously (saved as two photos). Useful for comparing what the stock pipeline does to a shot.
  • Tap to focus. Tap anywhere on preview. Long-press to lock AF + AE.
  • Flash toggle. Off / on / auto.
  • Front / back camera switch.
  • Live histogram. 8-bar readout, shadows to highlights.

Why not just use the iOS Camera app?

The stock Camera app runs every shot through an AI pipeline: Smart HDR, Deep Fusion, tone mapping, noise reduction, sharpening. Once applied, the original sensor data is gone. In dynamic range or low light, that's 2–3 stops of recovery baked out of the JPEG you can never get back. RawCam saves the DNG before any of that happens.

How to build & install

Requires Xcode 15+ and an iPhone connected via USB.

# Build
xcodebuild -project RawCam.xcodeproj -scheme RawCam \
  -destination 'id=<YOUR_DEVICE_ID>' \
  -allowProvisioningUpdates build

# Install
xcrun devicectl device install app \
  --device <YOUR_DEVICE_ID> \
  /path/to/DerivedData/RawCam.../RawCam.app

Find your device ID:

xcrun xctrace list devices

Known limitations

  • 12MP cap. iOS caps third-party RAW capture at 12MP. The 48MP full sensor readout is locked to Apple's own camera pipeline, so any third-party app hits the same ceiling.

Alternatives

RawCam is barebones. For manual controls, focus peaking, ProRAW, or a polished UI, use Halide, ProCamera, or Not Boring Camera instead. All three are good.

RawCam is the free, open-source version that does one thing.

Stack

  • Swift + SwiftUI + AVFoundation + Photos
  • No dependencies, no packages

Feedback

Found a bug or have a feature idea? See the support page for FAQs and contact info, or open an issue.

License

MIT


Made by santiagoalonso.com

About

A minimal, open-source iOS camera app. No AI postprocessing. Just your sensor.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors