Connecting to PCO Pixelfly by PCO in Python
Instrument Card
The pco.pixelfly™ 1.3 SWIR is a high-performance machine vision camera due to its special InGaAs image sensor which is sensitive in the shortwave infrared, near infrared and visible range of the electromagnetic spectrum.
Device Specification: here
Manufacturer card: PCO
PCO is one of the leading manufacturers of scientific cameras: sCMOS & Highspeed camera systems, developed and produced in Kelheim Bavaria Germany.
- Headquarters: Germany
- Yearly Revenue (millions, USD): 7
- Vendor Website: here
Connect to the PCO Pixelfly in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a PCO Pixelfly camera using Instrumental, you can use the following Python script:
This script uses the instrumental
library to list all available PCO Pixelfly cameras using the list_instruments
function. It then connects to the first camera in the list using the instrument
function. You can perform camera operations using the camera
object, and finally, close the camera connection using the close
method.