Enum Class Camera.Format

java.lang.Object
java.lang.Enum<Camera.Format>
com.viam.component.camera.v1.Camera.Format
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Camera.Format>, Constable
Enclosing class:
Camera

public static enum Camera.Format extends Enum<Camera.Format> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.component.camera.v1.Format
  • Enum Constant Details

    • FORMAT_UNSPECIFIED

      public static final Camera.Format FORMAT_UNSPECIFIED
      FORMAT_UNSPECIFIED = 0;
    • FORMAT_RAW_RGBA

      public static final Camera.Format FORMAT_RAW_RGBA
      FORMAT_RAW_RGBA = 1;
    • FORMAT_RAW_DEPTH

      public static final Camera.Format FORMAT_RAW_DEPTH
      FORMAT_RAW_DEPTH = 2;
    • FORMAT_JPEG

      public static final Camera.Format FORMAT_JPEG
      FORMAT_JPEG = 3;
    • FORMAT_PNG

      public static final Camera.Format FORMAT_PNG
      FORMAT_PNG = 4;
    • UNRECOGNIZED

      public static final Camera.Format UNRECOGNIZED
  • Field Details

    • FORMAT_UNSPECIFIED_VALUE

      public static final int FORMAT_UNSPECIFIED_VALUE
      FORMAT_UNSPECIFIED = 0;
      See Also:
    • FORMAT_RAW_RGBA_VALUE

      public static final int FORMAT_RAW_RGBA_VALUE
      FORMAT_RAW_RGBA = 1;
      See Also:
    • FORMAT_RAW_DEPTH_VALUE

      public static final int FORMAT_RAW_DEPTH_VALUE
      FORMAT_RAW_DEPTH = 2;
      See Also:
    • FORMAT_JPEG_VALUE

      public static final int FORMAT_JPEG_VALUE
      FORMAT_JPEG = 3;
      See Also:
    • FORMAT_PNG_VALUE

      public static final int FORMAT_PNG_VALUE
      FORMAT_PNG = 4;
      See Also:
  • Method Details

    • values

      public static Camera.Format[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Camera.Format valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static Camera.Format valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Camera.Format forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Camera.Format> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()