# some issues with voxl-camera-server 1.6.2

Source: https://forum.modalai.com/topic/2546/some-issues-with-voxl-camera-server-1-6-2
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-08-08 14:14:42 UTC by mark
Replies: 4 · Views: 1384

## mark · 2023-08-08 14:14:42 UTC

with the new SDK 1.0.0 we wanted to use the new snapshot functionality on the voxl2, but we notice that the images seem to have a part in the image where the image repeats itself.
![Screenshot from 2023-08-08 16-05-00.png](https://forum.modalai.com/assets/uploads/files/1691503511943-screenshot-from-2023-08-08-16-05-00.png) 
Is there a solution for this, or is this a known issue?
This is something we see with both the IMX412 and the IMX214.

Another thing we noticed was that the hires_color pipe shows images which are misdecoded,
![Screenshot from 2023-08-08 16-08-33.png](https://forum.modalai.com/assets/uploads/files/1691503977022-screenshot-from-2023-08-08-16-08-33.png) 
but this seemed to be fixed in the latest stable branch on git. But now we noticed that only 1 camera can be active at  a time using this version (voxl-camera-server 1.7.0). The tracking camera also seemed to return a clitched image:
![tracking_1691499466.png](https://forum.modalai.com/assets/uploads/files/1691503939622-tracking_1691499466.png) 
Is this version not ready for use yet? and if so is it known when this version is stable?

## Reply by Guest · 2023-08-14 18:43:50 UTC

@mark Apologies for the issues -- there were major changes which went into version 1.7.0 that caused some latent bugs to express themselves. The latest releast (1.7.1) should fix both the tracking camera issue and the accidental 1 camera limit.

## Reply by mark · 2023-08-15 15:16:18 UTC (in reply to Guest)

@Ariel-Young Thanks the new camera server works. The only thing is we still see the wierd repeating part in the image when using the snapshot function (top image), is this something you also see?

## Reply by blossomrd · 2024-06-20 22:17:45 UTC

We are also seeing the repeating image artifact, even after using the ISPs linked in https://forum.modalai.com/topic/3111/hi-res-image-quality-difference-voxl-and-voxl2/7.

## Reply by Alex Kushleyev (ModalAI staff) · 2024-06-21 15:16:48 UTC (in reply to blossomrd)

@blossomrd , this issue is most likely due to incorrect YUV line stride or plane stride for a specific resolution. That is to say, the ISP outputs a YUV image with certain line stride and plane stride (there may be some space between the Y and UV planes in order to align the image data for fast processing in hardware) and `voxl-camera-server` incorrectly interprets that information about the image layout.

For anyone who is experiencing this issue, please post the exact conditions to reproduce:
- version of `voxl-camera-server`
- camera type used
- entire `voxl-camera-server.conf` config file
- explain how exactly you are getting the image (what MPA pipe) or viewing via `voxl-portal` and what resolution

Thanks!

Alex
