public class VideoStream.CameraSettings
extends java.lang.Object
VideoStream.CameraSettings
object encapsulates camera setting for a single device. Once
created, it is used to get and set auto exposure and auto white balance modes.Modifier and Type | Method | Description |
---|---|---|
boolean |
getAutoExposureEnabled() |
Set Auto Exposure Enabled for corresponding sensor
|
boolean |
getAutoWhiteBalanceEnabled() |
Set Auto White Balance Enabled for corresponding sensor
|
void |
setAutoExposureEnabled(boolean enabled) |
Set Auto Exposure Enabled for corresponding sensor
|
void |
setAutoWhiteBalanceEnabled(boolean enabled) |
Set Auto White Balance for corresponding sensor
|
public void setAutoExposureEnabled(boolean enabled)
enabled
- boolean value for set and unset auto exposure modepublic void setAutoWhiteBalanceEnabled(boolean enabled)
enabled
- boolean value for set and unset auto white balance modepublic boolean getAutoExposureEnabled()
public boolean getAutoWhiteBalanceEnabled()