How can I use qvio or tracking camera as v4l2src in voxl2?
-
Hello, I am using voxl2 flight deck.
Now, I want to stream video from voxl2 to another device as gstreamer.

I can see the two cameras are available, but I can not use gst-launch-1.0 with v4l2src.
There is 4 video devices like this.

However, anyone can not be used as v4l2src.
I want to use following pipeline.
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-h264,width=1920,height=1080,framerate=24/1 ! h264parse ! rtph264pay ! udpsink host=0.0.0.0 port=5600Is there any way to use camear with v4l2src?
-
Hello, I am using voxl2 flight deck.
Now, I want to stream video from voxl2 to another device as gstreamer.

I can see the two cameras are available, but I can not use gst-launch-1.0 with v4l2src.
There is 4 video devices like this.

However, anyone can not be used as v4l2src.
I want to use following pipeline.
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-h264,width=1920,height=1080,framerate=24/1 ! h264parse ! rtph264pay ! udpsink host=0.0.0.0 port=5600Is there any way to use camear with v4l2src?
@Dongoo-Lee Can you use voxl-streamer?
-
@Dongoo-Lee Can you use voxl-streamer?
@Eric-Katzfey Yes, I can use voxl-streamer right now. but I want to modify pipeline with gst-launch.
I think voxl-streamer config file is quite simple (only some parameter including bitrate..). Can I do more with voxl-streamer??
-
@Eric-Katzfey Yes, I can use voxl-streamer right now. but I want to modify pipeline with gst-launch.
I think voxl-streamer config file is quite simple (only some parameter including bitrate..). Can I do more with voxl-streamer??
@Dongoo-Lee The code is open source. You are free to modify it to do whatever you want. https://gitlab.com/voxl-public/voxl-sdk/services/voxl-streamer
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login