-
Notifications
You must be signed in to change notification settings - Fork 35
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
BufferProbe fails if 'autovideosrc' is not 800x600 #23
Comments
Try adding |
That is already there, I'm running BufferProbe.java unchanged...
|
Sorry, looking at the wrong example! 🙄 That still looks odd, though. Try swapping the first videoconvert to after the videoscale. |
It works, I put in a PR. |
My webcam is 1280x720, but the code expects 800x600. It works if I change the WIDTH / HEIGHT in the code to 1280x720. I'm not sure (yet) how to fix it for real since I'm just getting started with this. If I figure that out I will submit a PR.
0:00:01.737786518 217396 0x7f29b4778b00 WARN basetransform gstbasetransform.c:1378:gst_base_transform_setcaps: FAILED to configure incaps video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, framerate=(fraction)10/1 and outcaps video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)10/1, format=(string)BGRx, pixel-aspect-ratio=(fraction)1/2147483647
The text was updated successfully, but these errors were encountered: