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.
Dependents: LifeCam WebcamServer
uvc/stcamcfg.h
- Committer:
- va009039
- Date:
- 2012-08-15
- Revision:
- 3:3eb41d749f9a
- Parent:
- 0:b0f04c137829
File content as of revision 3:3eb41d749f9a:
#ifndef STCAMCFG_H #define STCAMCFG_H struct stcamcfg { uint16_t idVender; uint16_t idProduct; char *name; uint16_t width; uint16_t height; uint8_t payload; uint8_t bEndpointAddress; uint16_t wMaxPacketSize; uint8_t FormatIndex; uint8_t FrameIndex; uint32_t dwFrameInterval; uint8_t bInterface; uint8_t bAlternate; int iso_FrameCount; int iso_itdCount; // work area int _If; int _Ifalt; int _IfClass; int _IfSubClass; uint16_t bcdUVC; }; #endif //STCAMCFG_H