# Does VOXL2 come with gphoto2 installed?

Source: https://forum.modalai.com/topic/3409/does-voxl2-come-with-gphoto2-installed
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2024-05-07 21:11:12 UTC by restore
Replies: 3 · Views: 796

## restore · 2024-05-07 21:11:12 UTC

I would like to use gphoto2 to operate a DSLR camera on our drone. I see that our VOXL2 came with voxl-gphoto2-server on it, but is there a way to use the base gphoto2 commands? Where is it installed (if it is) and can I use simple commands like ```gphoto2 --capture-image-and-download```?

If it is not installed - can you please give instructions on the easiest way to get gphoto2 installed on the VOXL2 ***without*** connecting it to the internet. We have a requirement that it stay offline so it would need to be installed through the host computer.

Thank you!

## Reply by tom (ModalAI staff) · 2024-05-07 21:26:59 UTC

@restore You can install it in the same way you would any other apt installable package (which would require internet)

or if you really are never going to connect the VOXL 2 to the internet then you could download the source, push it onto the voxl, and build it on target.

## Reply by restore · 2024-05-07 21:51:05 UTC (in reply to tom)

@tom is ```voxl-gphoto2-server``` using the whole gphoto2 package? Or is it a custom build of gphoto2?

## Reply by tom (ModalAI staff) · 2024-05-07 22:53:39 UTC (in reply to restore)

@restore I would recommend taking a look at the source here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-gphoto2-server

It is built using the headers from voxl-libgphoto2: https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-libgphoto2
