# Modal M500 Voxl Streamer

Source: https://forum.modalai.com/topic/3518/modal-m500-voxl-streamer
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: m500
Posted: 2024-06-03 15:08:27 UTC by Samuel Bryan
Replies: 8 · Views: 2059

## Samuel Bryan · 2024-06-03 15:08:27 UTC

I need to take screenshots off the hires camera feed from the M500 every quarter second and save the screenshots to my computer. Is there a way to modify the voxl streamer script  or another script on board the aircraft to do this?

## Reply by Eric Katzfey (ModalAI staff) · 2024-06-03 15:45:39 UTC

@Samuel-Bryan This command: `voxl-send-command hires_snapshot snapshot` will take a snapshot and save it to the `/data/snapshots` directory. You could write a small script to call that every quarter second.

## Reply by Samuel Bryan · 2024-06-03 19:36:33 UTC (in reply to Eric Katzfey)

@Eric-Katzfey I tried that command, but I got the error "Unable to find valid pipe that accepts control commands at: hires_snapshot". I am using voxl-suite 0.9.4, with system image 4.0.0.

## Reply by Eric Katzfey (ModalAI staff) · 2024-06-03 19:48:01 UTC (in reply to Samuel Bryan)

@Samuel-Bryan Can you update to the latest SDK and try with that? With what you have now what do you see in the `/run/mpa` directory?

## Reply by Samuel Bryan · 2024-06-05 20:08:01 UTC (in reply to Eric Katzfey)

@Eric-Katzfey I tried update it with the latest SDK but it says it is out of space. I have a Windows machine, are there instructions for installing the latest SDK onto the Modal M500?

## Reply by tom (ModalAI staff) · 2024-06-06 17:03:07 UTC (in reply to Samuel Bryan)

@Samuel-Bryan I would recommend setting up a Linux workstation (ideally Ubuntu) as you'll have an easier time working with that.

Can you post a screenshot or paste the output of the error you're getting?

## Reply by Samuel Bryan · 2024-07-09 12:09:38 UTC

I was able to get the SDK upgraded to Voxl 1.2.0. However now it won't communicate with Q Ground Control. When I open it, it shows that it is disconnected despite there being a wifi connection between between the laptop and the M500. It connects to the laptop fine and I can SSH into the aircraft. Is there a setting somewhere on the aircraft that I have to change for it to connect with QGC again?

## Reply by Samuel Bryan · 2024-07-09 12:10:17 UTC (in reply to Eric Katzfey)

@Eric-Katzfey Do you have a list of voxl-send-command commands, or is it listed in the documentation somewhere?

## Reply by Eric Katzfey (ModalAI staff) · 2024-07-09 15:01:28 UTC (in reply to Samuel Bryan)

@Samuel-Bryan There are some examples here: https://docs.modalai.com/mpa-camera-interface/#sending-commands-back-to-the-server
