Skip to content
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

[REQUEST] radxa zero 3w with cam as airunit support #348

Open
m0nk1111 opened this issue Jun 14, 2024 · 1 comment
Open

[REQUEST] radxa zero 3w with cam as airunit support #348

m0nk1111 opened this issue Jun 14, 2024 · 1 comment

Comments

@m0nk1111
Copy link

m0nk1111 commented Jun 14, 2024

as described in the title, can an image made available for the radxa zero 3w with a rpi cam v2
or some explanation on howto create the gstreamer packages stack to make it possible. and/or some hints, so i can do it myself

@svpcom
Copy link
Owner

svpcom commented Jun 15, 2024

https://docs.radxa.com/en/zero/zero3/accessories/camera
this example produce raw video, but you can encode it using something like that:

gst-launch-1.0 -e v4l2src num-buffers=512 ! video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1 ! queue ! mpph264enc ! rtph264pay mtu=1400 ! udpsink host=127.0.0.1 port=5602 sync=false

see gst-inspect-1.0 mpph264enc how to specify bitrate and other codec parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants