See Also: DngCreator Members
The Android.Hardware.Camera2.DngCreator class provides functions to write raw pixel data as a DNG file.
This class is designed to be used with the Android.Graphics.ImageFormat.RawSensor buffers available from Android.Hardware.Camera2.CameraDevice, or with Bayer-type raw pixel data that is otherwise generated by an application. The DNG metadata tags will be generated from a Android.Hardware.Camera2.CaptureResult object or set directly.
The DNG file format is a cross-platform file format that is used to store pixel data from camera sensors with minimal pre-processing applied. DNG files allow for pixel data to be defined in a user-defined colorspace, and have associated metadata that allow for this pixel data to be converted to the standard CIE XYZ colorspace during post-processing.
For more information on the DNG file format and associated metadata, please refer to the .