public class VideoCamera extends VideoSource
Modifier and Type | Class and Description |
---|---|
static class |
VideoCamera.WhiteBalance |
VideoSource.ConnectionStrategy, VideoSource.Kind
m_handle
Modifier | Constructor and Description |
---|---|
protected |
VideoCamera(int handle) |
Modifier and Type | Method and Description |
---|---|
int |
getBrightness()
Get the brightness, as a percentage (0-100).
|
void |
setBrightness(int brightness)
Set the brightness, as a percentage (0-100).
|
void |
setExposureAuto()
Set the exposure to auto aperture.
|
void |
setExposureHoldCurrent()
Set the exposure to hold current.
|
void |
setExposureManual(int value)
Set the exposure to manual, as a percentage (0-100).
|
void |
setWhiteBalanceAuto()
Set the white balance to auto.
|
void |
setWhiteBalanceHoldCurrent()
Set the white balance to hold current.
|
void |
setWhiteBalanceManual(int value)
Set the white balance to manual, with specified color temperature.
|
close, enumerateProperties, enumerateSinks, enumerateSources, enumerateVideoModes, equals, free, getActualDataRate, getActualFPS, getDescription, getHandle, getKind, getKindFromInt, getLastFrameTime, getName, getProperty, getVideoMode, hashCode, isConnected, isEnabled, isValid, setConnectionStrategy, setFPS, setPixelFormat, setResolution, setVideoMode, setVideoMode
public void setBrightness(int brightness)
public int getBrightness()
public void setWhiteBalanceAuto()
public void setWhiteBalanceHoldCurrent()
public void setWhiteBalanceManual(int value)
public void setExposureAuto()
public void setExposureHoldCurrent()
public void setExposureManual(int value)