 Development status:
    Released,
            Release: 1.0.0
        
    
    Development status:
    Released,
            Release: 1.0.0
        
    
    Information status: New
    
        
    
    
    
    Repository:
    
    
        https://gitlab.com/s2innovation-partners/icfo/baslerds
    
    
    
    
    Contact:
    
        
    
Class Description
The Basler a2A1920-51gcBAS GigE camera with the Sony IMX392 CMOS sensor delivers 51 frames per second at 2.3 MP Resolution. Project financed by ICFO (Barcelona, Spain).
Families: Instrumentation
Key words:
Platform: All Platforms
Language: PythonHL
License: GPL
Contact:
Hardware
Manufacturer: Basler ace 2
Product:
a2A1920-51gcBAS
Class interface
Attributes:
| Name | Description | 
|---|---|
| exposure_timeScalar: DevLong | Exposure time | 
| x_positionScalar: DevDouble | The X position of the circle | 
| y_positionScalar: DevDouble | The Y position of the circle | 
| radiusScalar: DevDouble | The radius of the circle | 
| imageImage: DevDouble | Image from the Basler camera. | 
Commands:
| Name | Description | 
|---|---|
| connectInput: DevVoid Output: DevVoid | — | 
| disconnectInput: DevVoid Output: DevVoid | — | 
Pipes:
Properties:
| Name | Description | 
|---|---|
| IPDevString | — | 
| ReadPeriodDevLong | — | 
| WidthDevLong | — | 
| HeightDevLong | — | 
| FrameRateDevLong | — | 
| SimulatedDevBoolean | — | 
Please log in to comment.
README
b'# Basler camera\n\n## Installation\n\n### Prerequirements\n\nBefore installing pylon and pypylon please install all needed packages by executing:\n\n\nsudo apt install tango-common libboost-dev libboost-all-dev libtango-dev swig\npip3 install PyTango\n\n\nDownload the latest pypylon package from: https://www.baslerweb.com/en/products/software/basler-pylon-camera-software-suite/\n\ninstall it using package manager:\n\n\nsudo dpkg -i pylon_5.0.12.11829-deb0_arm64.deb\n\n\npypylon installation\n\n\ngit clone https://github.com/basler/pypylon.git\ncd pypylon\npip install .\n\n\n### Basler camera DS installation\n\n\ngit clone https://gitlab.com/s2innovation-partners/icfo/baslerds.git\ncd baslerds\nsudo python3 setup.py install\n'
Created:
The device class has been added to catalogue.
