A B C D E F G H I O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SENSOR_DATA_ACCURACY_HIGH - Static variable in class com.epson.moverio.hardware.sensor.SensorManager
-
This is a high-accuracy value.
- SENSOR_DATA_ACCURACY_LOW - Static variable in class com.epson.moverio.hardware.sensor.SensorManager
-
This is a low-accuracy value and requires calibration with the surroundings.
- SENSOR_DATA_ACCURACY_MEDIUM - Static variable in class com.epson.moverio.hardware.sensor.SensorManager
-
This is a medium-accuracy value and is possible to improve it by calibrating with the surroundings.
- SENSOR_DATA_NO_CONTACT - Static variable in class com.epson.moverio.hardware.sensor.SensorManager
-
This value is unreliable because there is no contact with the item measured by this sensor.
- SENSOR_DATA_UNRELIABLE - Static variable in class com.epson.moverio.hardware.sensor.SensorManager
-
This value is unreliable because this sensor requires calibration or it may not be possible to read in the value due to the surroundings.
- SensorData - Class in com.epson.moverio.hardware.sensor
-
This class indicates sensor data, and retains sensor data information such as type, time stamp, data, and accuracy.
- SensorData(byte[]) - Constructor for class com.epson.moverio.hardware.sensor.SensorData
- SensorDataListener - Interface in com.epson.moverio.hardware.sensor
-
This interface is used to receive new sensor data.
- SensorManager - Class in com.epson.moverio.hardware.sensor
-
This class controls the sensors equipped to Moverio.
- SensorManager(Context) - Constructor for class com.epson.moverio.hardware.sensor.SensorManager
-
This is a SensorManager constructor.
- SensorManager(Context, PermissionGrantResultCallback) - Constructor for class com.epson.moverio.hardware.sensor.SensorManager
-
This is a SensorManager constructor.
- setBrightness(int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera brightness.
- setBrightness(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Set the display brightness for the Moverio.
- setBrightnessMode(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Set the brightness adjustment mode for the display.
- setCaptureDataCallback(CaptureDataCallback) - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
By registering an instance of CaptureDataCallback2, the capture data can be received in byte array format.
- setCaptureDataCallback(CaptureDataCallback2) - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
By registering an instance of CaptureDataCallback2, the capture data can be received in ByteBuffer format.
- setCaptureDataFormat(String) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the capture data format.
- setCaptureFps(int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera frame rate.
- setCaptureSize(int, int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera resolution.
- setDeviceMode(int) - Method in class com.epson.moverio.hardware.audio.AudioManager
-
Set the device mode.
- setDisplayAutoSleepEnabled(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Enable/disable the automatic sleep of the display.
- setDisplayMode(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Set the 2D/3D display mode for the display.
- setDisplayState(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Set the display status for the display.
- setDisplayUserSleepEnabled(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Enable/disable the user sleep of the display.
- setExposureMode(String) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera exposure adjustment mode.
- setExposureStep(int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera exposure compensation coefficient.
- setFocusDistance(int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera focus distance from the focusing plane to the subject.
- setFocusMode(String) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera focus mode.
- setGain(int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera gain compensation coefficient.
- setGainStep(int) - Method in class com.epson.moverio.hardware.audio.AudioManager
-
Set the audio gain adjustment step.
- setIndicatorMode(String) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the indicator mode.
- setPowerLineFrequencyControlMode(String) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the power line frequency control mode of the camera.
- setPreviewSurface(Surface) - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
By registering an instance of the Surface for displaying a preview of the camera image, the camera image can be displayed on the Surface.
- setProperty(CameraProperty) - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Sets the camera properties.
- setScreenHorizontalShiftStep(int) - Method in class com.epson.moverio.hardware.display.DisplayManager
-
Set the screen horizontal step for the display.
- setSharpness(int) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera sharpness compensation coefficient.
- setVolume(int) - Method in class com.epson.moverio.hardware.audio.AudioManager
-
Set the audio volume for the Moverio.
- setVolumeLimitMode(int) - Method in class com.epson.moverio.hardware.audio.AudioManager
-
Set the volume limit mode for the Moverio.
- setWhiteBalanceMode(String) - Method in class com.epson.moverio.hardware.camera.CameraProperty
-
Sets the camera white balance adjustment mode.
- startCapture() - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Starts camera image capturing.
- startPreview() - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Starts preview display.
- startRecord(File) - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Starts video recording.
- stopCapture() - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Stops camera image capturing.
- stopPreview() - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Stops preview display.
- stopRecord() - Method in class com.epson.moverio.hardware.camera.CameraDevice
-
Stops video recording.
All Classes All Packages