-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Internal data stream error (Aravis + GStreamer + Daheng USB3) #866
Comments
Please re-run the gstreamer pipeline with |
@EmmanuelP yeah, here is aravis.log |
Try |
@EmmanuelP it looks like this m2m@m2m-desktop:~$ ARV_DEBUG=all gst-launch-1.0 aravissrc ! video/x-raw,format=GRAY8 ! videoconvert ! autovideosink |
|
@EmmanuelP the output is next
|
Hi @EmmanuelP. I have the same problems with streams. Thanks! |
Output of arv-device-test below:
|
@EmmanuelP the current message is
I checked the code of Aravis and found this that is similar to our formats
What is the best next step to investigate it? |
Gstreamer videoconvert element does not take bayer formats as its sink. You have to insert a bayer converter, something like:
|
@EmmanuelP $ ARV_DEBUG=all gst-launch-1.0 aravissrc ! video/x-bayer,format=rggb ! bayer2rgb ! videoconvert ! autovideosink |
Oh, I did not see you were using aravis main branch. Please use the latest stable release, 0.8.30. |
Describe the bug
I have the Jetson Xavier NX hardware and Daheng MER2-503 USB3 camera.
Try to use the Aravis via GStreamer pipeline according to this article, but we got this error "Internal data stream error".
To Reproduce
Steps to reproduce the behavior here.
Aravis works fine.
GStreamer plugin is also installed.
Expected behavior
I'd like to pipe a stream from USB3 camera into the GStreamer's pipeline.
Camera description:
Platform description:
The text was updated successfully, but these errors were encountered: