We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With this pipeline the sink starts quite early on to drop buffers
gst-launch-1.0 rpicamsrc preview=0 fullscreen=0 ! h264parse ! queue ! omxh264dec ! queue ! glimagesink
Setting sync=0 on the sink works around the problem but ideally I think we'd prefer it to stay synchronized on the clock.
The text was updated successfully, but these errors were encountered:
One part of the problem is that the rpicamsrc element doesn't handle latency queries I think. I tried to add that but the issue still remains :(
Sorry, something went wrong.
Pushed my wip branch there: https://github.com/philn/gst-rpicamsrc/tree/wip-latency Clearly needs some more work :)
No branches or pull requests
With this pipeline the sink starts quite early on to drop buffers
gst-launch-1.0 rpicamsrc preview=0 fullscreen=0 ! h264parse ! queue ! omxh264dec ! queue ! glimagesink
Setting sync=0 on the sink works around the problem but ideally I think we'd prefer it to stay synchronized on the clock.
The text was updated successfully, but these errors were encountered: