RCC-GIT
RCC-GIT
``` # The parameter MaxNumBuffer can be used to control the count of buffers # allocated for grabbing. The default value of this parameter is 10. camera.MaxNumBuffer = 5 #...
**When I have** camera.AcquisitionMode.SetValue('SingleFrame') **The result is** xxx line 77, in grabResult = camera.RetrieveResult(5000, pylon.TimeoutHandling_ThrowException) TimeoutException: Grab timed out. The acquisition is not started. In 'SingleFrame' acquisition mode the acquisition...
5000ms =5s this is the time windows on which I am able to grab an image If I test at 50000ms =50s I have more time. but I want to...
Thank you for your answer . I need some clarifications This grabusinggrabloopthread.py is for software trigger and Key action for image event handler So in line : `camera.RegisterConfiguration(pylon.SoftwareTriggerConfiguration(),pylon.RegistrationMode_ReplaceAll, pylon.Cleanup_Delete)` **pylon.SoftwareTriggerConfiguration()**...