PDA

View Full Version : DirectShow Demo project [request]



andre_teprom
27th August 2011, 22:00
Hi friends,


Does anybody could provide a simple QT based example project using DirectShow ?
The only complete reference I found here, unnafortunatelly the link does´t works anymore...
:crying:

http://www.qtcentre.org/threads/34386-DirectShow-Qt-Project

+++

srsr
31st August 2011, 07:36
You can still have access :
http://ftp.elvitec.fr
user : ftp
password : ftp
Then check /Pleora/TECHNOTES-DEMOS folder

SRSR

andre_teprom
1st September 2011, 01:52
SRSR,

Thanks a lot to share the info.
However, I could not find there the source code, but mainly .DLL and .EXE.
Are you shure that´s the correct place ?

Thanks...

+++

srsr
1st September 2011, 07:59
Hi,

Give me an email so that I can send you full VS2008 Qt4 project ( x86 and x64).
At least some DLLs will remain necessary ( can't be provided as source) but project has all Qt and DirectShow parts. On my side project is "suspended".
SRSR

andre_teprom
3rd September 2011, 18:30
Hi friend,

I sent an E-mail to you.
However, I can advance another here :

EDITED

Thanks !

srsr
3rd September 2011, 19:29
I've send VS2008 project with some explanations for recompilation.
You need to update PATH to your own development system and to download Development_pack for external DLLs usage.
Note that you have the full source code for Qt and DirectShow and you can easily remove external DLLs usage.
( they are used to monitor CPU usage, DISPLAY and LAPTOP optimization in a pure Windows way,and provide some asm (x86,x64)image convert that can be replaced by your own
Take a look at precompiled applications ( x86 , x64) on FTP site. As you also use OpenCV take a look at PlugIn folder.
Hope this may help you. No further support as on my side this project is "suspended".
SRSR

andre_teprom
3rd September 2011, 22:36
Hi,

I apreciate too much your help.
I will take a look and extract only the informations required to my project :
( http://www.qtcentre.org/threads/44068-How-to-interface-with-WebCam-%28-configurating-acquisition-parameters-%29?p=200787#post200787 )

Kind Regards.

+++