public static enum RealSense2FrameGrabber.Rs2SensorType extends Enum<RealSense2FrameGrabber.Rs2SensorType>
Enum Constant and Description |
---|
RGBCamera |
StereoModule |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static RealSense2FrameGrabber.Rs2SensorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealSense2FrameGrabber.Rs2SensorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealSense2FrameGrabber.Rs2SensorType StereoModule
public static final RealSense2FrameGrabber.Rs2SensorType RGBCamera
public static RealSense2FrameGrabber.Rs2SensorType[] values()
for (RealSense2FrameGrabber.Rs2SensorType c : RealSense2FrameGrabber.Rs2SensorType.values()) System.out.println(c);
public static RealSense2FrameGrabber.Rs2SensorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
Copyright © 2024. All rights reserved.