basler / pypylon

The official python wrapper for the pylon Camera Software Suite
http://www.baslerweb.com
BSD 3-Clause "New" or "Revised" License
558 stars 207 forks source link

Real Time Acquisition #565

Open Lucrezia-Cester opened 1 year ago

Lucrezia-Cester commented 1 year ago

Hello,

I am using the grab.py script to acquire data, but the script allows me to acquire data and only after I can look at the data.

Is there a way to acquire real time and look at the data as it is collected?

thiesmoeller commented 1 year ago

What do you mean be "look at the data" ?

At this point you have the image handle and can do processing

Lucrezia-Cester commented 1 year ago

@thiesmoeller thanks!