Enum Class CAM_MODE

java.lang.Object
java.lang.Enum<CAM_MODE>
edu.tufts.hrilab.vision.capture.swig.CAM_MODE
All Implemented Interfaces:
Serializable, Comparable<CAM_MODE>, Constable

public enum CAM_MODE extends Enum<CAM_MODE>
  • Enum Constant Details

    • MONO_FW

      public static final CAM_MODE MONO_FW
    • STEREO_FW

      public static final CAM_MODE STEREO_FW
    • STEREO_SYNC

      public static final CAM_MODE STEREO_SYNC
    • MONO_V4L2

      public static final CAM_MODE MONO_V4L2
    • STEREO_V4L2

      public static final CAM_MODE STEREO_V4L2
    • MONO_AVI

      public static final CAM_MODE MONO_AVI
    • MONO_FILE

      public static final CAM_MODE MONO_FILE
    • MULTI_FILE_LOG

      public static final CAM_MODE MULTI_FILE_LOG
    • OPENNI

      public static final CAM_MODE OPENNI
    • OPENNI_ONI

      public static final CAM_MODE OPENNI_ONI
    • OPENNI2

      public static final CAM_MODE OPENNI2
    • SIM_PC1

      public static final CAM_MODE SIM_PC1
    • SIM_PC2

      public static final CAM_MODE SIM_PC2
    • KINECT_PLUS

      public static final CAM_MODE KINECT_PLUS
    • DRONE

      public static final CAM_MODE DRONE
    • ROS

      public static final CAM_MODE ROS
    • NAO

      public static final CAM_MODE NAO
    • GSTREAMER

      public static final CAM_MODE GSTREAMER
    • MULTISENSE

      public static final CAM_MODE MULTISENSE
    • REALSENSE

      public static final CAM_MODE REALSENSE
    • NUM_MODES

      public static final CAM_MODE NUM_MODES
  • Method Details

    • values

      public static CAM_MODE[] 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 CAM_MODE 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
    • swigValue

      public final int swigValue()
    • swigToEnum

      public static CAM_MODE swigToEnum(int swigValue)