# Tracking Camera Stream

Source: https://forum.modalai.com/topic/3720/tracking-camera-stream
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: m500
Posted: 2024-08-14 16:16:55 UTC by Samuel Bryan
Replies: 1 · Views: 1075

## Samuel Bryan · 2024-08-14 16:16:55 UTC

What is the best way to stream the tracking camera? I need to stream it through an rtsp python script. I tried changing voxl-streamer.conf and voxl-mavcam-manager.conf to stream the camera, those didn't work. I ran the command voxl-streamer -i tracking, and it connected to my script, it connected to the camera, then disconnected (this script worked fine with the hires camera).

## Reply by Alex Kushleyev (ModalAI staff) · 2024-08-15 16:57:32 UTC

@Samuel-Bryan said in [Tracking Camera Stream](/post/18612):
> I need to stream it through an rtsp python script

Can you please clarify the statement above? Are you trying to use your own python script to receive images from the tracking camera and send it using rtsp protocol?
