Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/StandardInterfaces/Ccd
Contact:
Class Description
Abstract class for charged coupled device (ccd) cameras.
Families: AbstractClasses
Key words:
Platform: All Platforms
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
| Name | Description |
|---|---|
| ExposureScalar: DevDouble | the exposure time for the image |
| TriggerScalar: DevShort | trigger mode of camera (0=internal, 1=external) |
| WidthScalar: DevLong | width of image in pixels |
| HeightScalar: DevLong | height of image in pixels |
| FramesScalar: DevLong | number of images to take |
| DepthScalar: DevShort | number of bits per pixel |
| FileFormatScalar: DevString | file format for saving images to disk |
| ImageFormatScalar: DevString | — |
| ImageCounterScalar: DevLong | — |
| JpegQualityScalar: DevShort | — |
| JpegCompressionScalar: DevBoolean | — |
| RoiSpectrum: DevLong | coordinates of the region of interest |
| BinningSpectrum: DevShort | binning factor of image |
| FileParamsSpectrum: DevString | the file parameters for generating file names (directory, prefix, suffix, number) |
| JpegImageSpectrum: DevUChar | — |
| ImageImage: DevUChar | image data |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
| StartInput: DevVoid Output: DevVoid |
start camera exposing |
| StopInput: DevVoid Output: DevVoid |
stop camera exposing |
| ResetInput: DevVoid Output: DevVoid |
reset camera |
| WriteFileInput: DevVoid Output: DevVoid |
write image to file in the selected format, use the file parameters to generate file name |
Pipes:
Properties:
Please log in to comment.