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
This will be needed by downstream.
The text was updated successfully, but these errors were encountered:
Run this first:
smart install gst-plugins-bad-videoparsersbad gst-plugins-good-isomp4
Then try:
gst-launch -e tvsrc device=/dev/video0 ! vpuenc codec=6 bitrate=5000000 ! h264parse ! mp4mux ! filesink location=video.mp4
Sorry, something went wrong.
To capture a JPEG still, first:
smart install gst-plugins-good-jpeg
Try this:
gst-launch tvsrc device=/dev/video0 num-buffers=1 ! mfw_ipucsc ! jpegenc ! filesink location=test.jpg
It's not the best overview, but the content now lives in http://dev.3dr.com/concept-video.html#using-solo-s-video-programmatically
tcr3dr
No branches or pull requests
This will be needed by downstream.
The text was updated successfully, but these errors were encountered: