Package yarp
Class IFrameGrabberControlsDC1394
- java.lang.Object
-
- yarp.IFrameGrabberControls
-
- yarp.IFrameGrabberControlsDC1394
-
public class IFrameGrabberControlsDC1394 extends IFrameGrabberControls
-
-
Field Summary
-
Fields inherited from class yarp.IFrameGrabberControls
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IFrameGrabberControlsDC1394(long cPtr, boolean cMemoryOwn)
-
Method Summary
-
Methods inherited from class yarp.IFrameGrabberControls
getBrightness, getCPtr, getExposure, getGain, getGamma, getHue, getIris, getSaturation, getSharpness, getShutter, getWhiteBalance, setBrightness, setExposure, setGain, setGamma, setHue, setIris, setSaturation, setSharpness, setShutter, setWhiteBalance
-
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IFrameGrabberControlsDC1394 obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classIFrameGrabberControls
-
delete
public void delete()
- Overrides:
delete
in classIFrameGrabberControls
-
hasFeatureDC1394
public boolean hasFeatureDC1394(int feature)
-
setFeatureDC1394
public boolean setFeatureDC1394(int feature, double value)
-
getFeatureDC1394
public double getFeatureDC1394(int feature)
-
hasOnOffDC1394
public boolean hasOnOffDC1394(int feature)
-
setActiveDC1394
public boolean setActiveDC1394(int feature, boolean onoff)
-
getActiveDC1394
public boolean getActiveDC1394(int feature)
-
hasAutoDC1394
public boolean hasAutoDC1394(int feature)
-
hasManualDC1394
public boolean hasManualDC1394(int feature)
-
hasOnePushDC1394
public boolean hasOnePushDC1394(int feature)
-
setModeDC1394
public boolean setModeDC1394(int feature, boolean auto_onoff)
-
getModeDC1394
public boolean getModeDC1394(int feature)
-
setOnePushDC1394
public boolean setOnePushDC1394(int feature)
-
getVideoModeMaskDC1394
public long getVideoModeMaskDC1394()
-
getVideoModeDC1394
public long getVideoModeDC1394()
-
setVideoModeDC1394
public boolean setVideoModeDC1394(int video_mode)
-
getFPSMaskDC1394
public long getFPSMaskDC1394()
-
getFPSDC1394
public long getFPSDC1394()
-
setFPSDC1394
public boolean setFPSDC1394(int fps)
-
getISOSpeedDC1394
public long getISOSpeedDC1394()
-
setISOSpeedDC1394
public boolean setISOSpeedDC1394(int speed)
-
getColorCodingMaskDC1394
public long getColorCodingMaskDC1394(long video_mode)
-
getColorCodingDC1394
public long getColorCodingDC1394()
-
setColorCodingDC1394
public boolean setColorCodingDC1394(int coding)
-
setWhiteBalanceDC1394
public boolean setWhiteBalanceDC1394(double b, double r)
-
getWhiteBalanceDC1394
public boolean getWhiteBalanceDC1394(SWIGTYPE_p_double b, SWIGTYPE_p_double r)
-
getFormat7MaxWindowDC1394
public boolean getFormat7MaxWindowDC1394(SWIGTYPE_p_unsigned_int xdim, SWIGTYPE_p_unsigned_int ydim, SWIGTYPE_p_unsigned_int xstep, SWIGTYPE_p_unsigned_int ystep, SWIGTYPE_p_unsigned_int xoffstep, SWIGTYPE_p_unsigned_int yoffstep)
-
getFormat7WindowDC1394
public boolean getFormat7WindowDC1394(SWIGTYPE_p_unsigned_int xdim, SWIGTYPE_p_unsigned_int ydim, SWIGTYPE_p_int x0, SWIGTYPE_p_int y0)
-
setFormat7WindowDC1394
public boolean setFormat7WindowDC1394(long xdim, long ydim, int x0, int y0)
-
setOperationModeDC1394
public boolean setOperationModeDC1394(boolean b1394b)
-
getOperationModeDC1394
public boolean getOperationModeDC1394()
-
setTransmissionDC1394
public boolean setTransmissionDC1394(boolean bTxON)
-
getTransmissionDC1394
public boolean getTransmissionDC1394()
-
setBroadcastDC1394
public boolean setBroadcastDC1394(boolean onoff)
-
setDefaultsDC1394
public boolean setDefaultsDC1394()
-
setResetDC1394
public boolean setResetDC1394()
-
setPowerDC1394
public boolean setPowerDC1394(boolean onoff)
-
setCaptureDC1394
public boolean setCaptureDC1394(boolean bON)
-
getBytesPerPacketDC1394
public long getBytesPerPacketDC1394()
-
setBytesPerPacketDC1394
public boolean setBytesPerPacketDC1394(long bpp)
-
-