genicam / harvesters

Image Acquisition Library for GenICam-based Machine Vision System
Apache License 2.0
500 stars 86 forks source link

Detection of incomplete image with linear camera #428

Open EnricoBeltramo opened 10 months ago

EnricoBeltramo commented 10 months ago

What is the goal that you want to achieve by the request? When I use a linear camera, it return always an image with same size (as width x rows configured), either if the image wasn't completely acquired (if fill automatically with blank pixels the not acquired rows). There is a way to understand if an image wasn't completely aquired (i.e some variables inside returend buffer) and to have the number or rows really acquired?

Additional context I'm using a Teledyne DALSA linea lite M4096-7um camera

brosscle commented 2 months ago

Hi Enrico, I am currently trying to get data from the same teledyne dalsa linea lite camera with harvesters, but I always end up with an empty buffer, no matter the size of the image or the trigger source. Can you tell me how did you manage to get a valid buffer ? For instance, what cti file did you use ? Thanks a lot for your help ! Clément