yarp
Class IFrameGrabberControls
java.lang.Object
yarp.IFrameGrabberControls
- Direct Known Subclasses:
- IFrameGrabberControlsDC1394
public class IFrameGrabberControls
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
IFrameGrabberControls
public IFrameGrabberControls(long cPtr,
boolean cMemoryOwn)
getCPtr
public static long getCPtr(IFrameGrabberControls obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setBrightness
public boolean setBrightness(double v)
setExposure
public boolean setExposure(double v)
setSharpness
public boolean setSharpness(double v)
setWhiteBalance
public boolean setWhiteBalance(double blue,
double red)
setHue
public boolean setHue(double v)
setSaturation
public boolean setSaturation(double v)
setGamma
public boolean setGamma(double v)
setShutter
public boolean setShutter(double v)
setGain
public boolean setGain(double v)
setIris
public boolean setIris(double v)
getBrightness
public double getBrightness()
getExposure
public double getExposure()
getSharpness
public double getSharpness()
getWhiteBalance
public boolean getWhiteBalance(SWIGTYPE_p_double blue,
SWIGTYPE_p_double red)
getHue
public double getHue()
getSaturation
public double getSaturation()
getGamma
public double getGamma()
getShutter
public double getShutter()
getGain
public double getGain()
getIris
public double getIris()