-
Notifications
You must be signed in to change notification settings - Fork 9
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
Segmentation fault (core dumped) when delete and creating pipline again with opencv VideoCapture in C++ #97
Comments
Can you provide a gdb back trace of the issue? |
Here the gdb back trace
|
Type |
Here are they :
|
@thiesmoeller , Hi could you have a look at this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm using the gst-plugin-pylon with opencv VideoCapture in C++ on Jetson Xavier NX. I can open and release the camera successfully .But when i reopen the camera again, it will crash as "Segmentation fault". I did test with "videotestsrc", everything is fine. Here is my code :
The text was updated successfully, but these errors were encountered: