DirectShow and OpenCV (Transform Filter)
April 19, 2007 at 11:09 pm | Posted in DirectShow | Leave a commentHi,
There are some sources that might be useful for newbies like me.
An old guide version of DirectShow and OpenCV
http://www.cs.ucf.edu/~lspencer/vid_app.pdf
Another site (slightly more complicated but with sources! )
http://www.ifp.uiuc.edu/~chenyq/research/Utils/DShowFilterWiz/DShowFilterWiz.html
DirectShow Wizard
April 19, 2007 at 8:46 pm | Posted in DirectShow | 2 CommentsHaving trouble with the DirectShow wizard for visual c++ 6.0 when you
are using visual studio 8 ?
Well try the following link for the “new Wizard” :
http://tmhare.mvps.org/downloads.htm
Now, it may happen to you, too, that this doesn’t work because your this
version has been done for visual studio 7. In this case, you should
change the file DSWizard.vsz
I have something like this
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.8.0
Param=”WIZARD_NAME = DSWizard”
Param=”RELATIVE_PATH = VCWizards”
Param=”WIZARD_UI = TRUE”
You may need to change the relative path to something else (or using the
ABSOLUTE_PATH for the correct address) .
It worked for me, at least for now. Verify that your ‘DSWizard’ folder is in ‘C:\Program Files\Microsoft Visual Studio 8\VC\VCWizards’ and that your files. vsz .ico and .vsdir soient dans ‘C:\Program Files\Microsoft Visual Studio 8\VC\vcprojects’.
I do not know if you can start this wizard in your templates. If you have some information about it, please make a comment.
I hope this helps.
Marcelo
PS: if you are using visual studio 7, check this post:
http://www.codeguru.com/forum/showthread.php?t=306032
A migration guide from MSDN:
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.