Note that there are some explanatory texts on larger screens.

plurals
  1. POOverlay bitmap on live video
    text
    copied!<p>Hi i want to Overlay bitmap on live video. Iam trying to do this with the directshow sample. I edited PlayCapMonker sample and added some functions to enable this. i did this with the procedure explained in below link</p> <p><a href="http://www.ureader.com/msg/1471251.aspx" rel="nofollow noreferrer">http://www.ureader.com/msg/1471251.aspx</a></p> <p>Now i am gettting errors</p> <p>Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 5 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 6 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 8 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 9 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 21 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 22 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 26 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> Error 27 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Error 36 error C2228: left of '.m_alpha' must have class/struct/union<br> Error 38 error C2227: left of '->SetAlphaBitmap' must point to class/struct/union/generic type<br> Error 7 error C2146: syntax error : missing ';' before identifier 'Pool' Error 4 error C2146: syntax error : missing ';' before identifier 'Format' c:\Program Files\Microsoft Platform SDK\include\Vmr9.h 368 PlayCapMoniker Error 1 error C2143: syntax error : missing ';' before '<em>'<br> Error 20 error C2143: syntax error : missing ';' before '</em>'<br> Error 25 error C2143: syntax error : missing ';' before '*'<br> Error 30 error C2065: 'g_pMixerBitmap' : undeclared identifier<br> Error 33 error C2065: 'g_pMixerBitmap' : undeclared identifier<br> Error 37 error C2065: 'g_pMixerBitmap' : undeclared identifier<br> Error 31 error C2065: 'g_hbm' : undeclared identifier<br> Error 32 error C2065: 'g_hbm' : undeclared identifier<br> Error 35 error C2065: 'config' : undeclared identifier<br> Error 10 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 11 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 12 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 13 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 16 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 19 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 23 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 24 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 28 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 29 error C2061: syntax error : identifier 'IDirect3DSurface9'<br> Error 14 error C2061: syntax error : identifier 'IDirect3DDevice9'<br> Error 15 error C2061: syntax error : identifier 'IDirect3DDevice9' Error 17 error C2061: syntax error : identifier 'IDirect3DDevice9'<br> Error 18 error C2061: syntax error : identifier 'IDirect3DDevice9'<br> Error 34 error C2039: 'pDDS' : is not a member of '_VMR9AlphaBitmap' SDK\Samples\Multimedia\DirectShow\Capture\PlayCapMoniker\PlayCapMoniker.cpp 263 PlayCapMoniker</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload