Skip to content

Commit

Permalink
Fix NV12 bNumFrameDescriptors value (spotted by u/Kaizu_vita)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Jan 6, 2019
1 parent 9a0d641 commit b012e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb_descriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static struct __attribute__((packed)) {
.bDescriptorType = USB_DT_CS_INTERFACE,
.bDescriptorSubType = UVC_VS_FORMAT_UNCOMPRESSED,
.bFormatIndex = FORMAT_INDEX_UNCOMPRESSED_NV12,
.bNumFrameDescriptors = 3,
.bNumFrameDescriptors = 4,
.guidFormat = UVC_GUID_FORMAT_NV12,
.bBitsPerPixel = 12,
.bDefaultFrameIndex = 1,
Expand Down

0 comments on commit b012e4c

Please sign in to comment.