Specifications
12 • C4-1280-GigE Camera Hardware Reference Manual Rev. 1.8
C4-1280-GigE Camera
Operational Reference
C4-1280-GigE Camera GenICam Features
DeviceInformation
Name Rev. Interface Access Description
DeviceVendorName 1.0 IString R The name of the device vendor.
DeviceModelName 1.0 IString R The name of the device model.
DeviceManufacturerInfo 1.0 IString R Additional info from manufacturer about this device.
DeviceVersion 1.0 IString R A string identifying the version of the device.
DeviceID 1.0 IString R A unique identifier of the device, e.g., a serial number
or a GUID (User Data in GigE Boot register).
DeviceFirmwareVersion 1.0 IString R Version of firmware/software.
DeviceUserID 1.0 IString R/W User-programmable device identifier.
DeviceScanType 1.0 IEnumeration R Show the camera type:
- Areascan
DeviceReset 1.0 ICommand W Resets and reboots the device immediately.
DeviceRegistersStreamingStart 1.2 ICommand W Announces the start of registers streaming without
immediate checking for consistency.
DeviceRegistersStreamingEnd 1.2 ICommand W Announces the end of registers streaming and
perform validation for registers consistency before
activating them. This will also update the
DeviceRegistersValid flag.
DeviceRegistersCheck 1.2 ICommand W Performs an explicit register set validation for
consistency.
DeviceRegistersValid 1.2 IBoolean R Indicates whether the current register set is valid and
consistent.
DeviceTemperature AT IFloat R Device temperature in degrees Celsius (°C).
DeviceMaxThroughput 1.2 IInteger R Maximum Bandwidth of data in Bytes/sec.
ImageFormatControls
Name Rev. Interface Access Description
PayloadSize 1.0 IInteger R PayloadSize provides the number of bytes transferred
for each image on the stream channel
SensorWidth 1.0 IInteger R Width of sensor (effective pixels)
SensorHeight 1.0 IInteger R Height of sensor (effective pixels)
Width 1.0 IInteger R/W Width of Image/Area Of Interest.
In Image-Mode writing this manipulates AOI[0].width.
Height 1.0 IInteger R/W Height of Image/Area Of Interest.
In Image-Mode writing this manipulates AOI[0].height
PixelFormat 1.0 IEnumeration R/W Format of the image pixels. For more details, see the
Pixel Format description chapter.
- Mono8
- Mono16
ReverseX 1.0 IBoolean R/W When set to true, this parameter flips the image
horizontally.