You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an IDS Camera IDS GV-5260CP with Genicam.
I was able to successfully write this script here. However, now sporadically an error occurs when I want to take a photo (execute the shoot_image function).
AccessDeniedException: GenTL exception: Requested operation is not allowed. (Message from the source: Buffer is currently not delivered!) (ID: -1005)
I wonder if the error is on behalf of Harvesters (@kazunarikudo), because I don't have an error with the IDS library...
Could someone help me here? Is it possible that I still have to do some steps regarding the buffer?
@marvher Hi, I am sorry for having kept you waiting. I guess I'm trying to update the chunk data even though the buffer itself is not complete. I will try to check the code and provide the fix as soon as possible. Thanks, Kazunari.
I have just merged a branch into the master: You will never have any buffer that is incomplete hence you should not face the exception above anymore. On the other hand, please note that there is a case where the fetch_buffer method call ends up with a time-out due to incomplete buffers that float under your feet. If the fetch attempt ends up with a time-out then the method throws the genicam.gentl.TimeoutException. If you need a valid buffer anyway, please catch the exception and call the fetch_buffer method again until you get a valid buffer.
Hello @kazunarikudo, no problem, thanks for your answer and explanation!
In fact, I have now done exactly the same as you suggested :)
Thanks a lot for that!
Hello,
I have an IDS Camera IDS GV-5260CP with Genicam.
I was able to successfully write this script here. However, now sporadically an error occurs when I want to take a photo (execute the shoot_image function).
AccessDeniedException: GenTL exception: Requested operation is not allowed. (Message from the source: Buffer is currently not delivered!) (ID: -1005)
I wonder if the error is on behalf of Harvesters (@kazunarikudo), because I don't have an error with the IDS library...
Could someone help me here? Is it possible that I still have to do some steps regarding the buffer?
Thanks a lot!
The text was updated successfully, but these errors were encountered: