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

Read operation failed, 2717909792 #757

Open DxTa opened 4 months ago

DxTa commented 4 months ago

Describe what you want to implement and what the issue & the steps to reproduce it are:

Hi,

Recently I bumped into one issue grabbing the frame.

GrabCode is 2717909792

My code looks like this:

grabResult = self.camera.RetrieveResult(1000, pylon.TimeoutHandling_ThrowException)
if grabResult.GrabSucceeded():
    print("success")
else:
    logger.error(f"Error: {str(grabResult.ErrorCode)}")

However, it seems this error code 2717909792 is not found anywhere (as well as Google). Does anybody know how can I find an actual error corresponding to this issue?

Is your camera operational in Basler pylon viewer on your platform

Yes

Hardware setup & camera model(s) used

Hardware setup:

Interface:

Runtime information:

python: 3.8
platform: Linux 5.10.192-tegra
pypylon: pylon_7_4_0_14900_linux_aarch64
SMA2016a commented 4 months ago

it seems to be the data has been overwritten by the camera or USB host controller. Try to reduce the camera speed or limit the USB bandwidth. Did you optimize the system as per pylon README