|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openni.VideoStream.CameraSettings
public class VideoStream.CameraSettings
The 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.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |