Package 

Enum PictureFormat

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control

    
    public enum PictureFormat
     implements Control
                        

    Format of the picture results for pictures that are taken with takePicture. This does not apply to picture snapshots.

    • Constructor Summary

      Constructors 
      Constructor Description
      PictureFormat(int value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      JPEG

      The picture result data will be a JPEG file.This value is always supported.

      DNG

      The picture result data will be a DNG file.This is only supported with the CAMERA2 engine and only onspecific devices. Please check getSupportedPictureFormats.