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 |
---|---|
imageImage: DevDouble | Image from the Basler camera. |
radiusScalar: DevDouble | The radius of the circle |
y_positionScalar: DevDouble | The Y position of the circle |
x_positionScalar: DevDouble | The X position of the circle |
exposure_timeScalar: DevLong | Exposure time |
Commands:
Name | Description |
---|---|
disconnectInput: DevVoid Output: DevVoid |
— |
connectInput: DevVoid Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
SimulatedDevBoolean | — |
FrameRateDevLong | — |
HeightDevLong | — |
WidthDevLong | — |
ReadPeriodDevLong | — |
IPDevString | — |
Please log in to comment.
README
# Basler camera
## Installation
### Prerequirements
Before installing pylon and pypylon please install all needed packages by executing:
` sudo apt install tango-common libboost-dev libboost-all-dev libtango-dev swig pip3 install PyTango `
Download the latest pypylon package from: https://www.baslerweb.com/en/products/software/basler-pylon-camera-software-suite/
install it using package manager:
` sudo dpkg -i pylon_5.0.12.11829-deb0_arm64.deb `
pypylon installation
` git clone https://github.com/basler/pypylon.git cd pypylon pip install . `
### Basler camera DS installation
` git clone https://gitlab.com/s2innovation-partners/icfo/baslerds.git cd baslerds sudo python3 setup.py install `
Created:
The device class has been added to catalogue.