Scalar Attributes

pogo_html_docu/ProsilicaCam/Attributes.html See pogo generated info for more details.
 ActivateBildOperations. If set to 0 not images in logarithmic scale or sqrt values is computed. 1 -> logarithmic scale, 2 -> sqrt, 3 -> both.
 AcquisitionMode. Reads/writes from the camera de acquisition mode: 0 - Continuous, 1 - SingleFrame, 2 - MultiFrame, 3 - Recorder.
 AutoGain. Reads/writes from the camera the gain mode: 0 manual.
 AutoWhiteBalance. Reads/writes from the camera the white balance mode value: 0 Manual, 1 Auto, 2 AutoOnce.
 BinningX. Reads/writes the horizontal binning. 1 = no binning.
 BinningY. Reads/writes the vertical binning. 1 = no binning.
 BitsPixel. Reads the number of bits per pixel in the sensor.
 BitsPixelMax. Reads the number of bits per pixel in the sensor (same as BitsPixel).
 BlueBalance. Reads/writes from the camera the blue channel gain, as percent, relative to green channel.
 Exposure. Reads/writes the exposure time in microseconds.
 ExposureMode. Reads/writes from the camera the exposure mode value: 0 Manual, 1 Auto, 2 AutoOnce.
 FileDir. Path to the camera image files.
 FilePrefix. The prefix of the image files to be created. The full image file name will be composed as prefix_number.postfix. The format of the written file depends on this attribute: .bin - binary, .png - png format, .tif - tiff format, .bmp - bmp format. Only these three formats are supported when acquiring images. The binary format have a header with the time of the acquisition (see below an example for extracting it).
 FileSaving. Save a file for every image taken when true.
 FileStartNum. The file number used when storing an image file. After saving a file, this number gets increased by one. To override an image file, the file number has to be set again.
 FirmwareVersion. Reads the version of the camera.
 FlagDebugMode. Set to 1 for printing out some debug information. Only valid if not running in batch mode.
 FrameRate. Reads/writes from the camera the frame rate.
 FrecuencySaveFile. Frecuency for saving files. If 1, all files will be saved.
 Gain. Reads/writes from the camera the gain value.
 ImageCounter. Number of images taken.
 ImageEnc. Image in encoded type (format set to RawImage in pogo, so that it is seen as an image attribute and not scalar).
 ImageFormat. Reads/write from the image for the image format (The same as PixelFormat but returning a string. Implemeted because it is used by ATK).
 InfoAccess. Reads parameter Access from the camera info.
 InfoCameraId. Reads parameter CameraId from the camera info.
 InfoInterfaceId. Reads parameter InterfaceId from the camera info.
 InfoInterfaceType. Reads parameter InterfaceType from the camera info.
 InfoPartNumber. Reads parameter PartNumber (an element of the Prosilica seriel number) from the camera info.
 InfoPartVersion. Reads parameter PartVersion (an element of the Prosilica seriel number) from the camera info.
 MinHeight. Reads from the camera de minimum value of the height.
 MinWidth. Reads from the camera de minimum value of the width.
 MaxBinningX. Reads from the camera de maximum value of the binning in x.
 MaxBinningY. Reads from the camera de maximum value of the binning in Y.
 MinBinningX. Reads from the camera de minimum value of the binning in x.
 MinBinningY. Reads from the camera de minimum value of the binning in Y.
 MaxHeight. Reads from the camera de maximum value of the height.
 MaxWidth. Reads from the camera de maximum value of the width.
 PacketSize. Reads/writes size of image data packet.
 PixelFormat. Reads/writes from the camera de pixel format: 0 - "Mono8", 1 -"Mono16", 2 -"Bayer8", 3 - "Bayer16", 4 - "Rgb24", 5 - "Rgb48", 6 - "Yuv411", 7 - "Yuv422", 8 - "Yuv444".
 RedBalance. Reads/writes from the camera the red channel gain, as percent, relative to green channel.
 RegionX. Reads/writes the start of region readout in pixels, left edge.
 RegionXWidth. Reads/writes the width of the image.
 RegionY. Reads/writes the start of region readout in pixels, top edge.
 RegionYHeigth. Reads/writes the height of the image.
 SensorHeight. Maximum height of sensor.
 SensorType. Reads the sensor type (values are Mono or Bayer).
 SensorWidth. Maximum width of sensor.
 StepBinningX. Reads from the camera de minimum value of the binning in x (same as MinBinningX).
 StepBinningY. Reads from the camera de minimum value of the binning in y (same as MinBinningY).
 StreamBytesPerSec. Reads/writes the bandwidth of image data, in bytes per second.
 TotalBytesPerFrame. Reads/writes the number of bytes per image.
 TriggerMode. Reads/writes from the camera the trigger mode: 0 Freerun, 1 SyncIn1, 2 SyncIn2, 3 SyncIn3, 4 SyncIn4, 5 FixedRate, 6 Software.

The attribrutes for reading and/or writting camera settings are not described here.