# How can I use qvio or tracking camera as v4l2src in voxl2?

Source: https://forum.modalai.com/topic/2545/how-can-i-use-qvio-or-tracking-camera-as-v4l2src-in-voxl2
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-08-08 12:17:59 UTC by Dongoo Lee
Replies: 3 · Views: 490

## Dongoo Lee · 2023-08-08 12:17:59 UTC

Hello, I am using voxl2 flight deck.

Now, I want to stream video from voxl2 to another device as gstreamer.

![f6326a75-d2e1-483f-92aa-77d13ad22d46-image.png](https://forum.modalai.com/assets/uploads/files/1691496969878-f6326a75-d2e1-483f-92aa-77d13ad22d46-image.png) 

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.
![e38f1fcb-31a4-4f2e-8cdf-48cec0dfe4a4-image.png](https://forum.modalai.com/assets/uploads/files/1691497033283-e38f1fcb-31a4-4f2e-8cdf-48cec0dfe4a4-image.png) 

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=5600

Is there any way to use camear with v4l2src?

## Reply by Eric Katzfey (ModalAI staff) · 2023-08-08 15:00:59 UTC

@Dongoo-Lee Can you use voxl-streamer?

## Reply by Dongoo Lee · 2023-08-09 02:25:42 UTC (in reply to Eric Katzfey)

@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??

## Reply by Eric Katzfey (ModalAI staff) · 2023-08-09 17:13:41 UTC (in reply to Dongoo Lee)

@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
