public static class CameraDevice.CalibrationSettings extends ProjectiveDevice.CalibrationSettings implements CameraDevice.Settings
BaseChildSettings.PropertyVetoExceptionThatNetBeansLikes
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
Constructor and Description |
---|
CalibrationSettings() |
CalibrationSettings(ProjectiveDevice.CalibrationSettings settings) |
getInitAspectRatio, isFixAspectRatio, isFixFocalLength, isFixK1, isFixK2, isFixK3, isFixK4, isFixK5, isFixK6, isFixPrincipalPoint, isRationalModel, isStereoFixIntrinsic, isStereoSameFocalLength, isUseIntrinsicGuess, isZeroTangentDist, setFixAspectRatio, setFixFocalLength, setFixK1, setFixK2, setFixK3, setFixK4, setFixK5, setFixK6, setFixPrincipalPoint, setInitAspectRatio, setRationalModel, setStereoFixIntrinsic, setStereoSameFocalLength, setUseIntrinsicGuess, setZeroTangentDist
addPropertyChangeListener, compareTo, removePropertyChangeListener
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, removePropertyChangeListener
public CalibrationSettings()
public CalibrationSettings(ProjectiveDevice.CalibrationSettings settings)
public String getName()
getName
in interface CameraDevice.Settings
getName
in class ProjectiveDevice.Settings
public void setName(String name)
setName
in interface CameraDevice.Settings
setName
in class ProjectiveDevice.Settings
public double getResponseGamma()
getResponseGamma
in interface CameraDevice.Settings
getResponseGamma
in class ProjectiveDevice.Settings
public void setResponseGamma(double responseGamma)
setResponseGamma
in interface CameraDevice.Settings
setResponseGamma
in class ProjectiveDevice.Settings
public Integer getDeviceNumber()
getDeviceNumber
in interface CameraDevice.Settings
public void setDeviceNumber(Integer deviceNumber) throws PropertyVetoException
setDeviceNumber
in interface CameraDevice.Settings
PropertyVetoException
public File getDeviceFile()
getDeviceFile
in interface CameraDevice.Settings
public void setDeviceFile(File deviceFile) throws PropertyVetoException
setDeviceFile
in interface CameraDevice.Settings
PropertyVetoException
public String getDeviceFilename()
getDeviceFilename
in interface CameraDevice.Settings
public void setDeviceFilename(String deviceFilename) throws PropertyVetoException
setDeviceFilename
in interface CameraDevice.Settings
PropertyVetoException
public String getDevicePath()
getDevicePath
in interface CameraDevice.Settings
public void setDevicePath(String devicePath) throws PropertyVetoException
setDevicePath
in interface CameraDevice.Settings
PropertyVetoException
public Class<? extends FrameGrabber> getFrameGrabber()
getFrameGrabber
in interface CameraDevice.Settings
public void setFrameGrabber(Class<? extends FrameGrabber> frameGrabber)
setFrameGrabber
in interface CameraDevice.Settings
public String getDescription()
getDescription
in interface CameraDevice.Settings
public String getFormat()
getFormat
in interface CameraDevice.Settings
public void setFormat(String format)
setFormat
in interface CameraDevice.Settings
public int getImageWidth()
getImageWidth
in interface CameraDevice.Settings
public void setImageWidth(int imageWidth)
setImageWidth
in interface CameraDevice.Settings
public int getImageHeight()
getImageHeight
in interface CameraDevice.Settings
public void setImageHeight(int imageHeight)
setImageHeight
in interface CameraDevice.Settings
public double getFrameRate()
getFrameRate
in interface CameraDevice.Settings
public void setFrameRate(double frameRate)
setFrameRate
in interface CameraDevice.Settings
public boolean isTriggerMode()
isTriggerMode
in interface CameraDevice.Settings
public void setTriggerMode(boolean triggerMode)
setTriggerMode
in interface CameraDevice.Settings
public int getBitsPerPixel()
getBitsPerPixel
in interface CameraDevice.Settings
public void setBitsPerPixel(int bitsPerPixel)
setBitsPerPixel
in interface CameraDevice.Settings
public FrameGrabber.ImageMode getImageMode()
getImageMode
in interface CameraDevice.Settings
public void setImageMode(FrameGrabber.ImageMode imageMode)
setImageMode
in interface CameraDevice.Settings
public int getTimeout()
getTimeout
in interface CameraDevice.Settings
public void setTimeout(int timeout)
setTimeout
in interface CameraDevice.Settings
public int getNumBuffers()
getNumBuffers
in interface CameraDevice.Settings
public void setNumBuffers(int numBuffers)
setNumBuffers
in interface CameraDevice.Settings
public boolean isDeinterlace()
isDeinterlace
in interface CameraDevice.Settings
public void setDeinterlace(boolean deinterlace)
setDeinterlace
in interface CameraDevice.Settings
Copyright © 2023. All rights reserved.