# Accessing the service data inside MAVSDK

Source: https://forum.modalai.com/topic/3757/accessing-the-service-data-inside-mavsdk
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: mpa
Posted: 2024-08-31 10:54:48 UTC by Jetson Nano
Replies: 4 · Views: 2895

## Jetson Nano · 2024-08-31 10:54:48 UTC

Hello @Alex-Kushleyev @modaltb ,
I wanted to know whether we can access the service data's (for example the depth information from stereo cam) inside docker, when we run MAVSDK.
If yes, How can we access the data. If no, what are other options to access the data inside the docker.

## Reply by Eric Katzfey (ModalAI staff) · 2024-08-31 17:46:04 UTC

@Jetson-Nano Our services transfer data using MPA pipes which are modeled on top of standard Linux pipes. So, yes, you can access those pipes within a docker.

## Reply by Jetson Nano · 2024-09-02 04:56:59 UTC (in reply to Eric Katzfey)

@Eric-Katzfey Thank you for the reply. 
Can you help on how to access the data inside MAVSDK.

## Reply by Eric Katzfey (ModalAI staff) · 2024-09-02 16:04:33 UTC (in reply to Jetson Nano)

@Jetson-Nano MAVSDK does not support MPA. I'm guessing that you are trying to write an application that runs in docker that uses information from MPA and also uses MAVSDK? Is that what you are trying to do? If so, you can look at our applications for examples on how to use data from MPA. For example, here is the source for voxl-inspect-cam: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-cam.c?ref_type=heads

## Reply by Jetson Nano · 2024-09-03 11:28:17 UTC (in reply to Eric Katzfey)

Thank you @Eric-Katzfey , I'll check it out and will get back to you.
