DirectShowVMR9 Plugin

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
zagorskij
Gnoblar
Posts: 2
Joined: Thu Sep 20, 2012 12:01 am
Location: London, UK

Re: DirectShowVMR9 Plugin

Post by zagorskij »

hi,
for who it's interested, i modified the plugin to make it working with OGRE 1.8.1, it compiles and links correctly.

Regards,
luca
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: DirectShowVMR9 Plugin

Post by Transporter »

zagorskij wrote:for who it's interested, i modified the plugin to make it working with OGRE 1.8.1, it compiles and links correctly.
Great work! I'm interested in your modifications. I myself have tried to modify the plugin. Unfortunately, I am due to lack of time never finished.
zagorskij
Gnoblar
Posts: 2
Joined: Thu Sep 20, 2012 12:01 am
Location: London, UK

Re: DirectShowVMR9 Plugin

Post by zagorskij »

hi,
this is the code
http://dl.dropbox.com/u/28836804/ogre_directshow.zip

consider that in order to run it, you need to copy everything in the OGRE_HOME/bin directory and setup the materials in the OGRE default directories.
Let me know how it is going, some time i have an access violation when i run it, i cannot understand if ti's a codec problem or OGRE changed the way to share textures with external plugins, your test on a different environment can be interested to fix it.

Regards,