|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.dev.cam.web.JWebCam
public class JWebCam
The JWebCam class defines all the available methods for controling web cameras.
Constructor Summary | |
---|---|
JWebCam()
Constructor. |
Method Summary | |
---|---|
CloseResults |
close(CloseParams cp)
The close method is used to close web camera. |
ExposureStartTimeResults |
getExposureStartTime()
The getExposureStartTime method returns the exposure start time in the Calendar object. |
InitResults |
init(InitParams ip)
The init public method initialize the device. |
boolean |
isDeviceOpenStatus()
|
OpenResults |
open(OpenParams op)
The open method is used to open requested web camera. |
void |
setDeviceOpenStatus(boolean deviceOpenStatus)
|
VideoDisableResults |
videoDisable(VideoDisableParams vdp)
The videoDisable method disables capturing of video data. |
VideoEnableResults |
videoEnable(VideoEnableParams vep)
The videoEnable method enables capturing of video data. |
VideoGetControlsResults |
videoGetControls(VideoGetControlsParams vgcp)
The getControls method returns the set of available controls. |
VideoGrabResults |
videoGrab(VideoGrabParams vgp)
The videoGrab method grabs video data. |
VideoSetBrightnessResults |
videoSetBrightness(VideoSetBrightnessParams vsbp)
The videoSetBrightness method sets the video brightness. |
VideoSetContrastResults |
videoSetContrast(VideoSetContrastParams vscp)
The videoSetContrast method sets the video contrast. |
VideoSetGainResults |
videoSetGain(VideoSetGainParams vsgp)
The videoSetGain method sets the video gain. |
VideoSetSaturationResults |
videoSetSaturation(VideoSetSaturationParams vssp)
The videoSetSaturation method sets the video saturation. |
VideoTryFormatResults |
videoTryFormat(VideoTryFormatParams vtfp)
The videoTryFormat tries if the requested video format is available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JWebCam()
Method Detail |
---|
public final OpenResults open(OpenParams op)
open
in interface JCam
op
- OpenParams object
public final CloseResults close(CloseParams cp)
close
in interface JCam
cp
- CloseParams object
public final InitResults init(InitParams ip)
init
in interface JCam
ip
- InitParams object.
public final VideoTryFormatResults videoTryFormat(VideoTryFormatParams vtfp)
public final VideoEnableResults videoEnable(VideoEnableParams vep)
public final VideoDisableResults videoDisable(VideoDisableParams vdp)
public final VideoGrabResults videoGrab(VideoGrabParams vgp)
public final VideoGetControlsResults videoGetControls(VideoGetControlsParams vgcp)
public final VideoSetBrightnessResults videoSetBrightness(VideoSetBrightnessParams vsbp)
public final VideoSetContrastResults videoSetContrast(VideoSetContrastParams vscp)
public final VideoSetSaturationResults videoSetSaturation(VideoSetSaturationParams vssp)
public final VideoSetGainResults videoSetGain(VideoSetGainParams vsgp)
public final ExposureStartTimeResults getExposureStartTime()
getExposureStartTime
in interface JCam
public final boolean isDeviceOpenStatus()
public final void setDeviceOpenStatus(boolean deviceOpenStatus)
deviceOpenStatus
- the deviceOpenStatus to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |