-
Notifications
You must be signed in to change notification settings - Fork 4
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
Horizontal lines in video output #1
Comments
Found out it has something to do with the new version of the sdk. Revert to 4.40 and it should work fine. Pretty stumped on finding out what causes this though. |
Hello, I'm using the gst-plugin-ueye with UI388xLE-C on Ubuntu 17.10. And I'm encountering the same problem as @clemon having horizontal lines visible. @clemon what is the sdk are you talking about? Sorry, i'm quite new with advanced programming. @paulbarber is also invited to comment on this ^^ Thanks in advance ! |
Hi, I never saw this so may not be much help. The plugin just takes the image buffer, maybe reformats the pixels (eg into RGB), and puts in down the pipeline. |
Thank you @paulbarber for replying. I tried this pipeline |
Type |
Hi @akmalhisyam36, was the issue resolved by changing the framerate? And @paulbarber if I may; The library has not been updated in a while, but is it reasonable to assume that since Gstreamer 1.0 is pretty stable and the u-eye SDK mostly backwards compatible, that this library should continue to work? Is there a list of known bugs or missing features? |
Hi, we developed the plugin with the features needed and froze the design so I cannot say whether it works with libraries. There are no lists, there maybe comments in the code. Gst-inspect will tell you what has been implemented. |
We are currently having the same issue with those horizontal lines. It's on Jetson TX2 so the SDK version 4.40 is not available. Could anyone provide me any fix for this issue? Thanks a lot |
using a UI-1241LE-C-HQ. Almost any time the camera sees movement, these horizontal lines are visible. They do not move.
everything looks fine in the ueyedemo, which leads me to believe its an issue with this plugin. Seen using simple pipeline:
gst-launch-1.0 ueyesrc do-timestamp=true ! videoconvert ! ximagesink
Have any insight into what may be causing this problem? Willing to help out and contribute if I can.
The text was updated successfully, but these errors were encountered: