CameraParameter Class |
Namespace: Accord.Video.Ximea
The CameraParameter type exposes the following members.
Name | Description | |
---|---|---|
AcquisitionBufferSize |
Set/Get acquisition buffer size in bytes. Type integer. By default 53248000.
| |
AutoWhiteBalance |
Enable/disable automatic white balance. Type integer. By default 0.
| |
BadPixelsCorrection |
Enable/disable bad pixels correction. Type integer. By default 0.
| |
BufferQueueSize |
Set/Get maximum number of images to store in queue. Type integer. By default 4.
| |
CalculateWhiteBalance |
Calculates white balance. Takes white balance from image center (should be white/grey object
in the center of scene). Type integer.
| |
DeviceName |
Get camera model name. Type string.
| |
DeviceSerialNumber |
Get device serial number in decimal format. Type string, integer, float
| |
DeviceType |
Returns device type (1394, USB2.0, CURRERA…..). Type string.
| |
Downsampling |
Set/Get image resolution by binning or skipping. Type integer.
| |
DownsamplingMax |
Get highest value for binning or skipping. Type integer.
| |
DownsamplingMin |
Get lowest value for binning or skipping. Type integer.
| |
Exposure |
Set/Get exposure time in microseconds. Type integer.
| |
ExposureMax |
Get longest possible exposure to be set on camera in microseconds. Type integer.
| |
ExposureMin |
Get shortest possible exposure to be set on camera in microseconds. Type integer.
| |
Framerate |
Get frames per second. Type float.
| |
FramerateMax |
Get highest possible framerate for current camera settings. Type float.
| |
FramerateMin |
Get lowest framerate for current camera settings. Type float.
| |
Gain |
Set/Get camera gain in dB. Type float.
| |
GainMax |
Get highest possible camera gain in dB. Type float.
| |
GainMin |
Get lowest possible camera gain in dB. Type float.
| |
GammaC |
Set/Get chromaticity gamma value. Type float. By default 0.
| |
GammaY |
Set/Get luminosity gamma value. Type float. By default 1.0.
| |
Height |
Set/Get height of the image provided by the camera (in pixels). Type integer.
| |
HeightMax |
Get maximal image height provided by the camera (in pixels). Type integer.
| |
HeightMin |
Get minimum image height provided by the camera (in pixels). Type integer.
| |
ImageFormat |
Set/Get image format provided by the camera. Type integer. Use ImageFormat
enumeraton for possible values.
| |
OffsetX |
Set/Get horizontal offset from the origin to the area of interest (in pixels). Type integer.
| |
OffsetXMax |
Get maximum horizontal offset from the origin to the area of interest (in pixels). Type integer.
| |
OffsetXMin |
Get minimum horizontal offset from the origin to the area of interest (in pixels). Type integer.
| |
OffsetY |
Set/Get vertical offset from the origin to the area of interest (in pixels). Type integer.
| |
OffsetYMax |
Get maximum vertical offset from the origin to the area of interest (in pixels). Type integer.
| |
OffsetYMin |
Get minimal vertical offset from the origin to the area of interest (in pixels). Type integer.
| |
SetDefaultColorCorrectonMatrix |
Set default color correction matrx.
| |
Sharpness |
Set/Get sharpness strenght. Type float.
| |
SoftwareTrigger | ||
Trigger |
Set/Get camera's trigger mode. Type integer. Use TriggerSource
enumeration for possible values.
| |
WhiteBalanceBlue |
Set/Get white balance blue coefficient. Type float.
| |
WhiteBalanceGreen |
Set/Get white balance green coefficient. Type float.
| |
WhiteBalanceRed |
Set/Get white balance red coefficient. Type float.
| |
Width |
Set/Get width of the image provided by the camera (in pixels). Type integer.
| |
WidthMax |
Get maximal image width provided by the camera (in pixels). Type integer.
| |
WidthMin |
Get minimum image width provided by the camera (in pixels). Type integer.
|
The class defines list of parameters, which are available to set/get using corresponding methods of XimeaCamera and XimeaVideoSource classes.