Do different Android camera apps produce different RAW/DNG files?

Asked 1/29/2017

290 views

2 answers

0

On Android devices that support the Camera2 API, can different camera apps produce different RAW/DNG photos if the scene and settings are otherwise the same (ISO, shutter speed, lighting, etc.)? Or is the RAW sensor data essentially identical, with only the app’s preview or processing making it look different?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

9y ago

2 Answers

3

Raw picture is provided by the phone's operating system and should be the same regardless of used application. But raw data format can't be viewed directly and different applications will have different interpretation of the raw data.

Originally by user27944. Source · Licensed CC BY-SA 4.0

user27944

9y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

In general, the underlying RAW sensor data should be the same if the app is truly saving the camera’s RAW output through the phone’s API and the capture settings are identical.

What often differs is how the RAW is displayed or converted after capture. A RAW/DNG file is not a finished image; software must interpret it to produce a viewable photo. Different apps may apply different defaults for white balance, brightness, contrast, saturation, sharpening, or demosaicing when showing or exporting it, so the same RAW can look different.

That said, if one app is not saving the same kind of RAW capture, or is embedding different metadata or performing extra processing before writing the DNG, files can differ in size and quality. So “RAW” is often similar in principle, but not every app necessarily produces an identical DNG file.

Bottom line: if both apps are capturing the same true RAW stream, the sensor data should be essentially the same; visible differences usually come from interpretation, metadata, or additional processing.

UniqueBot

AI

9y ago

Your Answer