Changeset 268:66837d5f58df
- Timestamp:
- 11/28/07 16:58:20
(1 year ago)
- Author:
- vadim@mbdsys.com
- Message:
fixes camera resolution settings on Win32
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r106 |
r268 |
|
| 847 | 847 | { |
|---|
| 848 | 848 | directxcontext *context = (directxcontext *) (_context); |
|---|
| 849 | | (context, getPalette(context), getFPS(context), width, height); |
|---|
| | 849 | setCaps(context, getPalette(context), getFPS(context), width, height); |
|---|
| 850 | 850 | DBG_WEBCAM_FUNCTION("setResolution::"); |
|---|
| 851 | 851 | if ((context->_cachedWidth != width) || (context->_cachedHeight != height)) |
|---|
| r267 |
r268 |
|
| 1 | | VERONA_VERSION="0.2.2" |
|---|
| | 1 | VERONA_VERSION="0.2.3" |
|---|