-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: 3774873620 The buffer was incompletely grabbed. #749
Comments
running all camera in freerun mode? |
hi all camera is on trigger mode Line1. What do you mean by this question : optimize your system as written in pylon README? i set these config from my database to all cameras - packetsize : 8000 , interpacketdelay : 26000 , frame transmission delay : 5 group from 0 step 10000 , bandwidth reserve : 40 , bandwidth aqumulation : 5 . is there any configuration that i should set when i connect to the camera? and also i use opcua in my network for connect to plc siemens s7-1200. also i dont have any error in pylon viewer. |
bandwidth reserve : 40 set it to 5. <What do you mean by this question : optimize your system as written in pylon README?> Thread priority refer this document: |
After numerous efforts, we realized that continuously measuring the GPU temperature using the GPUtil module was leading to this issue. The code we used for this task is as follows: gpus = GPUtil.getGPUs()
gpu_temp = gpus[0].temperature After removing this line of code, our error rate significantly reduced. |
Switch to use https://pypi.org/project/nvidia-ml-py/ Calling nvidia-smi is querying a lot more than you need |
This topic was closed 60 days after the last reply. New replies are no longer wished on this thread. |
Describe what you want to implement and what the issue & the steps to reproduce it are:
hi
i user ubuntu20 and pypylon.
i have 24 basler 1920 40gc caemra and 10g network.
when i run and getpicture i see this error :
Error: 3774873620 The buffer was incompletely grabbed.
how can i fix this ?
Is your camera operational in Basler pylon viewer on your platform
Yes
Hardware setup & camera model(s) used
Ram : 128 GB
cpu : AMD Ryzen Threadripper PRO 3975WX
operating : ubuntu 20
camera : 24 * 1920 40gm
Runtime information:
The text was updated successfully, but these errors were encountered: