You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/usb/usb_device_uvc/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@ Features:
8
8
9
9
1. Support video stream through the UVC Stream interface
10
10
2. Support both isochronous and bulk mode
11
-
2. Support multiple resolutions and frame rates
11
+
3. Support multiple resolutions and frame rates
12
+
4. Support trans two cam's picture
13
+
14
+
> Note: If `UVC_SUPPORT_TWO_CAM` is enabled in `Kconfig` and multiple camera switches are required, please set both `UVC_CAM1_XFER_MODE` and `UVC_CAM2_XFER_MODE` to Isochronous mode.
0 commit comments