Changeset 268:66837d5f58df

Show
Ignore:
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
  • libs/webcam/src/directx/directxwebcamdriver.cpp

    r106 r268  
    847847{ 
    848848        directxcontext *context = (directxcontext *) (_context); 
    849         (context, getPalette(context), getFPS(context), width, height); 
     849        setCaps(context, getPalette(context), getFPS(context), width, height); 
    850850        DBG_WEBCAM_FUNCTION("setResolution::"); 
    851851        if ((context->_cachedWidth != width) || (context->_cachedHeight != height))  
  • version.py

    r267 r268  
    1 VERONA_VERSION="0.2.2
     1VERONA_VERSION="0.2.3