diff options
| author | kkitayam <[email protected]> | 2021-08-15 18:07:53 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-29 21:23:16 +0900 |
| commit | 2b4e02f192446f4fdf92c7e83ab260ae743503e9 (patch) | |
| tree | 7bddcc6487da1706aa2f7b134c6fc94657387800 /examples | |
| parent | 4995d9cbd2022b703edf4ca4bdef8ee43724fd99 (diff) | |
Implement some mandatory requests on streaming interface
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/video_capture/src/usb_descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/video_capture/src/usb_descriptors.h b/examples/device/video_capture/src/usb_descriptors.h index e7b47b66a..867e9af42 100644 --- a/examples/device/video_capture/src/usb_descriptors.h +++ b/examples/device/video_capture/src/usb_descriptors.h @@ -29,7 +29,7 @@ /* Time stamp base clock. It is a deprecated parameter. */ #define UVC_CLOCK_FREQUENCY 27000000 -// video capture path +/* video capture path */ #define UVC_ENTITY_CAP_INPUT_TERMINAL 0x01 #define UVC_ENTITY_CAP_OUTPUT_TERMINAL 0x02 |
