Closed MaguetteSow closed 2 years ago
Thank you fro the question. For this we have a feature called AcquisitionStatus. This feature returns Boolean value.
Thank you very much.
I have tried to use cam.AcquisitionStatus.get()
but it does not work and I got this error 'Camera' object has no attribute 'AcquisitionStatus'
.
And what is the equivalent of Inter Packet Delay & Frame Transmission Delay? PS: I use Prosilica GT1290.
Hi, that's true, Prosilica GT1290 doesn't support the AcquisitionStatus feature.
And instead of Inter Packet Delay & Frame Transmission Delay we suggest to control the bandwidth with the StreamBytesPerSecond feature value.
Thanks, Norman
Thanks very much.
Hello, I want to know if the camera is in acquisition or not. But, in camera.py, there is only the
is_streaming()
function which returnsFalse
because I am not using asynchronous acquisition.This is how I acquire frames:
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.