Issue:
- I am using a couple of Basler Dart cameras and its SDK. I have an issue while terminating the camera operation. It generated a SIGSEGV signal upon StopGrabbingEv function, when I close the application, and it interferes with my software proper closure.
Is there a way that SIGSEGV is not invoked upon StopGrabbingEv function?
Solution:
- The camera shoots a SIGSEGV signal if the stopGrabbing() fn is not called before terminating the Pylon Camera operations.
- Call stopGrabbing() fuction before termination the program solve this issue.