Development status:
Released,
Release: Release_1_3
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/AXISCamera
Contact:
Class Description
Server to get image from AXIS Dome cameras
Families: Acquisition
Key words:
Platform: All Platforms
Language: PythonHL
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
ImageGrayscaleImage: DevDouble | — |
ImageRGBImage: DevLong | — |
LastFrameNumberScalar: DevLong | — |
MinFocusScalar: DevLong | — |
MaxFocusScalar: DevLong | — |
MinZoomScalar: DevLong | — |
MaxZoomScalar: DevLong | — |
MinTiltScalar: DevDouble | — |
MaxTiltScalar: DevDouble | — |
MinPanScalar: DevDouble | — |
MaxPanScalar: DevDouble | — |
AutoFocusScalar: DevBoolean | — |
BrightnessScalar: DevLong | — |
FocusScalar: DevLong | — |
IrisScalar: DevLong | — |
ZoomScalar: DevLong | — |
TiltScalar: DevDouble | — |
PanScalar: DevDouble | — |
CurrentFPSScalar: DevDouble | — |
FPSLimitScalar: DevLong | — |
FrameTimeStrScalar: DevString | — |
FrameTimeScalar: DevDouble | — |
AvailableResolutionsScalar: DevString | — |
ResolutionModeScalar: DevLong | — |
Commands:
Name | Description |
---|---|
StartAcquisitionOnceInput: DevVoid Output: DevVoid |
— |
StopAcquisitionInput: DevVoid Output: DevVoid |
— |
StartAcquisitionInput: DevVoid Output: DevVoid |
— |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
Pipes:
Properties:
Name | Description |
---|---|
HostDevString | — |
PasswordDevString | — |
UserDevString | — |
Please log in to comment.
README
AXISCamera server
General info:
This is small server to acquire image from AXIS Dome cameras and control camera position
Server can login to the camera, if username and password are provided. Alternative, you should enable anonymous login frame view and PZT control in camera settings
The server is better to use with the PetraViewer utility.
Properties:
Host: host of the camera
User: username for login
Password: password for login
Operation:
After start, server tries to automatically find the available resolutions and movement limits.
The found resolutions are displayed in AvailableResolutions attribute and can be selected by ResolutionMode attribute. The mode 0 is the highest possible resolution, the modes 1, 2, etc - are the next lower one
To start frame view execute StartAcquisition command. To limit FPS set FPSLimit attribute. FPSLimit=0 means unlimited FPS
The frames are available by ImageGrayscale or ImageRGB attributes, where ImageRGB is converted to 32bit integer RBG pixel.