# hires camera snapshot in python

Source: https://forum.modalai.com/topic/2334/hires-camera-snapshot-in-python
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2023-06-27 06:44:16 UTC by Viswanadh Chegu
Replies: 2 · Views: 767

## Viswanadh Chegu · 2023-06-27 06:44:16 UTC

Hi,
Can anyone help me how to take snapshots using hires_snapshot feature in python script in voxl2. I am able to see /hires_snapshot topic in ros but unable to process through it.

## Reply by Chad Sweet (ModalAI staff) · 2023-06-28 17:38:30 UTC

you would need libmodal_pipe bindings in python which we haven't done. QGC can initiate a snapshot, maybe mavsdk can too?

## Reply by Viswanadh Chegu · 2023-06-29 10:32:34 UTC (in reply to Chad Sweet)

@Chad-Sweet Thanks for reply, 
I am just triggering via python subprocess 
```
voxl-send-command hires_snapshot snapshot
```
able to get snapshots. 

will try to look into mavsdk also.
