summaryrefslogtreecommitdiff
path: root/examples/device/video_capture/src/usb_descriptors.h
AgeCommit message (Collapse)Author
2024-01-29remove the use of descriptor template for video capture examplehathach
2024-01-26update example to work with iso streaminghathach
2024-01-26rename and add more video descriptorshathach
use struct to define uvc descriptor for video_capture since uvc is rather too complicated to use macro templates
2024-01-25minor update to video capture examplehathach
2023-03-26Add MJPEG descriptor for bulk transferkkitayam
2023-03-25Add descriptor for a bulk endpoint as a streaming endpointkkitayam
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-10-12Rename descriptor macros for consistencykkitayam
2022-10-08Add motion jpegkkitayam
2022-09-13Fix compile errorskkitayam
2022-09-13Change images to MJPEGkkitayam
2022-08-23Remove Hardcoded interface numbers from video descriptorsAhmed El-Sharnoby
Removing the Hardcoded interface numbers from the video descriptors allow the user to add other interfaces before or after the Video Control Interface and Video Streaming Interface
2022-01-13Fix dwFrameIntervalStep and dwMaxFrameIntervalkkitayam
dwMaxFrameInterval minus dwMinFrameInterval should be evenly divisible by dwFrameIntervalStep.
2021-10-16Change input terminal type to camerakkitayam
2021-10-11rename some video constantshathach
2021-10-09Change the video image to scrolling color bars.kkitayam
2021-09-30Move frame settings to usb_descriptors.hkkitayam
2021-09-29Implement frame rate settingskkitayam
2021-09-29Implement some mandatory requests on streaming interfacekkitayam
2021-09-29Fix handling for set_interfacekkitayam
2021-09-29Fix regarding standard video stream requestkkitayam
2021-09-29fix: endpoint descriptor has incorrectly settingskkitayam
2021-09-29fix: configuration descriptor has incorrectly sizeskkitayam
update some descriptors
2021-09-29add tentative examplekkitayam