-
Notifications
You must be signed in to change notification settings - Fork 530
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
Gstreamer Failed to allocated required memory #541
Comments
that would be fantastic. |
is that by any chance trying to set a timeout image? |
We have an android emulator that uses the loopback device as a camera-input. pytest+gstreamer+selenium are used to run end-to-end tests against the android app. To my understanding only static images are fed into the loopback device. The command that is used for generating the feed should be this one here:
Note that this setup is now running inside a kubernetes pod and uses generic-device-plugin to expose the loopback device to the pod. |
i'm not exactly sure why, but inserting a gst-launch-1.0 uridecodebin uri="file://{image_path}" ! videoconvert ! videoscale ! imagefreeze ! tee ! v4l2sink show-preroll-frame=false device=/dev/video{self.dev_id} |
interesting. single frame output is fixed by this commit b92e9ce |
issue first appears here d78f95b |
adding a |
ping @umlaeute |
given that there's an easy fix (adding is that ok? |
Hey there,
I'm very happy to see that there was a lot of traffic here in the last week. I'm now testing whether the newest master fixes the two issues we had so far.
However, now i run into a new issue i have not yet seen before. I have not yet tested/analyzed it further. But if you would like to i could help you in binary-search the culprit. our current "good version" that we run in production is here. its based on the last release (to avoid the single frame issue) and patched to avoid the kernel issue mentioned above.
Environment
v4l2loopback
version:0.12.7-357-g845cea0
(current HEAD)Linux ci4 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
Debian GNU/Linux 11 (bullseye)
Step 3: Describe the problem:
Observed Results:
Expected Results:
The text was updated successfully, but these errors were encountered: