# Stereo camera and UVC server compatiability

Source: https://forum.modalai.com/topic/2553/stereo-camera-and-uvc-server-compatiability
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-08-09 19:13:04 UTC by bgaudel
Replies: 1 · Views: 530

## bgaudel · 2023-08-09 19:13:04 UTC

Does [uvc-server](https://docs.modalai.com/voxl-uvc-server/) supports stereo (like ZED) camera?

it shows up two id's `Bus 002 Device 010: ID 2b03:f780 ` and `Bus 001 Device 006: ID 2b03:f781 `
and neither of them works. 
```
 voxl-uvc-server -d -v 0x2b03 
Enabling debug messages
voxl-uvc-server starting
Image resolution 640x480, 30 fps chosen
Vendor ID 0xf780 chosen
UVC initialized
uvc_find_device failed for f780:0000
UVC exited
voxl-uvc-server ending
 ```

## Reply by Eric Katzfey (ModalAI staff) · 2023-08-09 20:02:28 UTC

@bgaudel said in [Stereo camera and UVC server compatiability](/post/11768):
> 2b03:f781

Here are the instructions for how to use voxl-uvc-server. Make sure you are correctly specifying the resolution and frame rate. The Stereolabs ZED doesn't output 640x480 30fps. https://docs.modalai.com/voxl-uvc-server/
