Interface Camera.WebcamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Camera.Webcam, Camera.Webcam.Builder
Enclosing class:
Camera

public static interface Camera.WebcamOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getLabel

      String getLabel()
       Camera driver label (for internal use only)
       
      string label = 1 [json_name = "label"];
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
       Camera driver label (for internal use only)
       
      string label = 1 [json_name = "label"];
      Returns:
      The bytes for label.
    • getStatus

      String getStatus()
       Camera driver status
       
      string status = 2 [json_name = "status"];
      Returns:
      The status.
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
       Camera driver status
       
      string status = 2 [json_name = "status"];
      Returns:
      The bytes for status.
    • getPropertiesList

      List<Camera.Property> getPropertiesList()
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
    • getProperties

      Camera.Property getProperties(int index)
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
    • getPropertiesCount

      int getPropertiesCount()
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
    • getName

      String getName()
       Camera human-readable driver name
       
      string name = 4 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Camera human-readable driver name
       
      string name = 4 [json_name = "name"];
      Returns:
      The bytes for name.
    • getId

      String getId()
       Camera unique identifier
       
      string id = 5 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Camera unique identifier
       
      string id = 5 [json_name = "id"];
      Returns:
      The bytes for id.