# QVIO-server issues

Source: https://forum.modalai.com/topic/4119/qvio-server-issues
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: mpa
Posted: 2025-01-24 14:17:06 UTC by Jetson Nano
Replies: 5 · Views: 3649

## Jetson Nano · 2025-01-24 14:17:06 UTC

Hello @Alex-Kushleyev @Eric-Katzfey 
I had build voxl-qvio-server and flashed the VOXL2 board. while running the voxl-qvio-server the server is broken.
I had refered this link ```https://forum.modalai.com/topic/2551/add-mask-file-to-qvio-algorithm```

![Screenshot from 2025-01-24 19-37-46.png](https://forum.modalai.com/assets/uploads/files/1737727990775-screenshot-from-2025-01-24-19-37-46.png) 

Can you help me out figure this out?

## Reply by tom (ModalAI staff) · 2025-01-24 19:14:07 UTC

@Jetson-Nano There's likely a version mismatch going on, make sure you're building off of the tag of the SDK in which you have loaded on your VOXL2

If you post the output of `voxl-version` I can point you in the right direction

## Reply by Alex Kushleyev (ModalAI staff) · 2025-01-24 19:56:17 UTC (in reply to tom)

Most likely need to update `voxl-mpa-tools` to latest : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/lib/voxl_common_config.c?ref_type=heads#L655 or use `voxl-mpa-tools` and `voxl-qvio-server` from the same SDK release

## Reply by Jetson Nano · 2025-01-27 14:37:41 UTC (in reply to Alex Kushleyev)

@Alex-Kushleyev @tom 
thank you guys for reverting back.
I currently facing another issue with ```voxl-qvio-server```.
The tracking camera is working. The qvio-server is also running,but the cam-stalled message is shown and ```voxl-qvio-server``` is not working.
I have attached the screenshots of the terminals and portal.

![Screenshot from 2025-01-27 19-58-13.png](https://forum.modalai.com/assets/uploads/files/1737988401570-screenshot-from-2025-01-27-19-58-13.png) 

![Screenshot from 2025-01-27 19-57-16.png](https://forum.modalai.com/assets/uploads/files/1737988393082-screenshot-from-2025-01-27-19-57-16.png) 

![Screenshot from 2025-01-27 19-57-44.png](https://forum.modalai.com/assets/uploads/files/1737988393177-screenshot-from-2025-01-27-19-57-44.png) 

![Screenshot from 2025-01-27 19-58-06.png](https://forum.modalai.com/assets/uploads/files/1737988393264-screenshot-from-2025-01-27-19-58-06.png)

![Screenshot from 2025-01-27 19-58-09.png](https://forum.modalai.com/assets/uploads/files/1737988401510-screenshot-from-2025-01-27-19-58-09.png)

## Reply by tom (ModalAI staff) · 2025-01-27 17:17:31 UTC (in reply to Jetson Nano)

@Jetson-Nano What does `/etc/modalai/voxl-qvio-server.conf` look like?

As well as `voxl-inspect-cam -a`

## Reply by Jetson Nano · 2025-01-28 07:26:03 UTC (in reply to tom)

@tom  thank you for reverting , I sorted out the issue, the file name in the voxl-qvio-server was ```opencv_tracking_front_intrinsics.yml``` instead of ```opencv_tracking_intrinsics.yml```
and in the ```voxl-vision-hub``` the name was tracking_front which i renamed in tracking. After the above mentioned changed the ```voxl-qvio-server``` is working fine.
thank you for the support.
