Changeset 18


Ignore:
Timestamp:
Sep 13, 2011, 12:27:07 AM (13 years ago)
Author:
roman
Message:

1280x720 MJPG media type

Location:
trunk/Utilities/SetLifeCamStudioResolutionSample
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/SetLifeCamStudioResolutionSample/SetLifeCamStudioResolutionSample.cpp

    r17 r18  
    123123                                {
    124124                                        sizeof BITMAPINFOHEADER,
    125                                         176,
    126                                         144,
     125                                        1280,
     126                                        720,
    127127                                        1,
    128                                         16,
    129                                         MEDIASUBTYPE_YUY2.Data1,
    130                                         144 * 176 * 16 / 8,
     128                                        24,
     129                                        MEDIASUBTYPE_MJPG.Data1,
     130                                        720 * 1280 * 24 / 8,
    131131                                        0,
    132132                                        0,
     
    138138                        {
    139139                                MEDIATYPE_Video,
    140                                 MEDIASUBTYPE_YUY2,
     140                                MEDIASUBTYPE_MJPG,
    141141                                TRUE,
    142142                                FALSE,
Note: See TracChangeset for help on using the changeset viewer.