PDA

View Full Version : :: I can to use library DirectShow with Qt? ::



CarlosPhelippe
27th August 2009, 15:26
Hello people!

I can to use library Directshow (windows sdk) with Qt?

[]'s
Carlos

Boron
27th August 2009, 17:50
I don't know what should be special in DirectShow. It is just a library as many thousand other libraries. So: Yes, you can use DirectShow and Qt library in the same program.

But as I have never worked with MS specific libraries of any kind (to be honest, that's a lie; today I called PostMessage() which seems to be a Win32 function) I cannot say how to embed DirectShow "elements" (are they called widgets or objects or controls?) into a Qt form.

vfernandez
27th August 2009, 18:31
I don't think you need DirectShow. Qt already offers you anything DirectShow might have. You have QGraphicsView for cools graphics as well as Phonon to play music and videos. What do you plan to do with DirectShow? Perhaps we can offer you a Qt alternative.

CarlosPhelippe
27th August 2009, 20:19
Thank you for reply!

I need to do a playout of TV using Decklink hardware(www.blackmagic-design.com).

SDK of Blackmagic is c++.

[]'s
Carlos

CarlosPhelippe
31st August 2009, 13:13
Up :confused: