public class VideoCamera extends VideoSource
Modifier and Type | Class and Description |
---|---|
class |
VideoCamera.WhiteBalance |
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.
|
enumerateProperties, enumerateSinks, enumerateSources, enumerateVideoModes, equals, free, getDescription, getHandle, getKind, getKindFromInt, getLastFrameTime, getName, getProperty, getVideoMode, hashCode, isConnected, isValid, setFPS, setPixelFormat, setResolution, setVideoMode, setVideoMode
protected VideoCamera(int handle)
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)