Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem TB6612FNG2 mbed
uvc/stcamcfg.h@0:de03cbbcd0ff, 2015-11-30 (annotated)
- Committer:
- mbed_Cookbook_SE
- Date:
- Mon Nov 30 09:32:15 2015 +0000
- Revision:
- 0:de03cbbcd0ff
??
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 1 | #ifndef STCAMCFG_H |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 2 | #define STCAMCFG_H |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 3 | struct stcamcfg { |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 4 | uint16_t idVender; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 5 | uint16_t idProduct; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 6 | uint16_t width; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 7 | uint16_t height; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 8 | uint8_t payload; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 9 | uint8_t bEndpointAddress; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 10 | uint16_t wMaxPacketSize; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 11 | uint8_t FormatIndex; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 12 | uint8_t FrameIndex; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 13 | uint32_t dwFrameInterval; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 14 | uint8_t bInterface; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 15 | uint8_t bAlternate; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 16 | char *name; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 17 | int iso_FrameCount; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 18 | int iso_itdCount; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 19 | // work area |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 20 | int _If; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 21 | int _Ifalt; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 22 | int _IfClass; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 23 | int _IfSubClass; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 24 | }; |
| mbed_Cookbook_SE | 0:de03cbbcd0ff | 25 | #endif //STCAMCFG_H |