Example usage for Java android.hardware.camera2 DngCreator fields, constructors, methods, implement or subclass
The text is from its open source code.
DngCreator(@NonNull CameraCharacteristics characteristics, @NonNull CaptureResult metadata) Create a new DNG object. |
void | close() |
DngCreator | setLocation(@NonNull Location location) Set image location metadata. |
DngCreator | setOrientation(int orientation) Set the orientation value to write. |
void | writeByteBuffer(@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. |
void | writeImage(@NonNull OutputStream dngOutput, @NonNull Image pixels) Write the pixel data to a DNG file with the currently configured metadata. |