Acquisition Status and Frame Transmission Delay of Prosilica
|
|
---|---|
Hello, I am currently creating a device server that provides access to the Prosilica Gig-E cameras manufactured by Allied Vision. I am using the library vimba. I want to know if the camera is in acquisition or not. But, in camera.py, there is only the is_streaming() function which returns False because I am not using asynchronous acquisition. This is how I acquire frames:
I have tried to use but it does not work and I got this error .Is there a way to know if the camera is grabbing regardless of the type of acquisition ? I am also looking for the equivalent features to Inter Packet delay and Frame Transmission Delay (from Basler). Maybe, wait_for_frames() ? PS: I use Prosilica GT1290. Thanks. |