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: uvchost FatFileSystem mbed HTTPServer NetServicesMin
Diff: WebcamServerConfig.h
- Revision:
- 1:7a4f2c038803
diff -r 2b4ea8a138e5 -r 7a4f2c038803 WebcamServerConfig.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebcamServerConfig.h Tue Aug 14 03:42:12 2012 +0000 @@ -0,0 +1,8 @@ +#ifndef WEBCAM_SERVER_CONFIG_H +#define WEBCAM_SERVER_CONFIG_H + +#define CAM_COUNT 1 + +#define UVC_INSERT_DHT + +#endif // WEBCAM_SERVER_CONFIG_H