| Scalar Attributes |
| Attribute name |
Data Type |
R/W Type |
Expert |
| Exposure: the exposure time for the image |
DEV_DOUBLE | READ_WRITE | Yes |
| Trigger: trigger mode of camera (0=internal, 1=external) |
DEV_SHORT | READ_WRITE | Yes |
| VideoInput: Selecte the video input channel |
DEV_LONG | READ_WRITE | No |
| Width: width of image in pixels |
DEV_LONG | READ | No |
| Height: height of image in pixels |
DEV_LONG | READ | No |
| Depth: number of bits per pixel |
DEV_SHORT | READ | No |
| Frames: number of images to take |
DEV_LONG | READ_WRITE | Yes |
| ImageCounter: Increases the count with every acquired image. |
DEV_LONG | READ | No |
| ImageFormat: Returns the actual image format as RGB24 or Y8 for monochrome images. |
DEV_STRING | READ_WRITE | No |
| JpegQuality: The quality factor of the jpeg compression used with the JepgImage attribute. |
DEV_SHORT | READ_WRITE | No |
| JpegCompression |
DEV_BOOLEAN | READ_WRITE | No |
| ColorMode: Switches between a color and a monochrome acquisition mode If true the Image attribute returns a color image in RGB24 format. When false a monochrome image is returned in Y8 format. |
DEV_BOOLEAN | READ_WRITE | No |
| Brightness: Sets the brightness of the image |
DEV_LONG | READ_WRITE | No |
| Contrast: Set the contrast of the image (luminance amplification) in the range of 0% to 200 %. |
DEV_LONG | READ_WRITE | No |
| AutoGainControl: Switches on or off the automatic gain control |
DEV_BOOLEAN | READ_WRITE | No |
| ScalingFactor: Scaling factor of the image. |
DEV_SHORT | READ_WRITE | No |
| FileFormat: file format for saving images to disk |
DEV_STRING | READ_WRITE | No |
| FullWidth: width of image in pixels |
DEV_LONG | READ | No |
| FullHeight: height of image in pixels |
DEV_LONG | READ | No |
| MonochromeThreshold: An intensity threshold for monochrom images. The threshold will be applied only when a monochrome image acquisition mode is selected. All pixel values < threshold will be set to 0. |
DEV_LONG | READ_WRITE | No |