This is historical information of device classes implemented in Ccd device server.
Use this link to find the valid information.
Development status:
New development
Information status: New
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:
23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You are looking at this version now.
3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.
Updated:
The device class has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You are looking at this version now.
3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.
Added by:pgoryl2
on:19 Jan 2017, 10:53 a.m.