Java android.hardware.camera2 DngCreator fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.camera2 DngCreator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.camera2 DngCreator.

The text is from its open source code.

Constructor

Method

voidclose()
DngCreatorsetLocation(@NonNull Location location)
Set image location metadata.
DngCreatorsetOrientation(int orientation)
Set the orientation value to write.
voidwriteByteBuffer(@NonNull OutputStream dngOutput, @NonNull Size size, @NonNull ByteBuffer pixels, @IntRange(from = 0) long offset)
Write the android.graphics.ImageFormat#RAW_SENSOR pixel data to a DNG file with the currently configured metadata.
voidwriteImage(@NonNull OutputStream dngOutput, @NonNull Image pixels)
Write the pixel data to a DNG file with the currently configured metadata.