Basler camera / pypylon: Logical error exception
Hi, I've encountered a strange error in my python application. The function
RetrieveResult(5000, pylon.TimeoutHandling_ThrowException)
raises an exception, which reads:
_genicam.LogicalErrorException: Control channel not open. : LogicalErrorException thrown (file 'GxPort.cpp', line 74)
The exception is raised every 5s, which is also the timeout for the RetrieveResult function, and since the first time the exception is raised, the camera won't return any images. Some images are retrieved though (I am not sure if just one) before the error occurs.
This does not happen in the Pylon application.
Camera model: acA4024-8gc
Any leads? Thanks a million.
-- Petr