DngCreator(CameraCharacteristics, CaptureResult) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new DNG object.
[Android.Runtime.Register(".ctor", "(Landroid/hardware/camera2/CameraCharacteristics;Landroid/hardware/camera2/CaptureResult;)V", "")]
public DngCreator (Android.Hardware.Camera2.CameraCharacteristics characteristics, Android.Hardware.Camera2.CaptureResult metadata);
[<Android.Runtime.Register(".ctor", "(Landroid/hardware/camera2/CameraCharacteristics;Landroid/hardware/camera2/CaptureResult;)V", "")>]
new Android.Hardware.Camera2.DngCreator : Android.Hardware.Camera2.CameraCharacteristics * Android.Hardware.Camera2.CaptureResult -> Android.Hardware.Camera2.DngCreator
Parameters
- characteristics
- CameraCharacteristics
an object containing the static
android.hardware.camera2.CameraCharacteristics.
- metadata
- CaptureResult
a metadata object to generate tags from.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.