I'm looking to write a program to among other things do video capture from a usb webcam. Now, if I was working in windows I'd use directshow, but I'm actually developing for linux.
My question is then, is there something similar to direct show in linux?
No.
And there is one more generic problem. Linux desktop is devided to GNOME (gtk) and KDE (qt). QT is there for longer time afaik ;-). Devs are trying to work this out, but it's very very hard.
Back to topic, afaik there isn't something like DS in KDE, neither in GNOME. In KDE4 there will be phonon.
PS: is that use of 'neither' gramatically correct? thx
@Stealth_Blade in case you were unaware of this VLC can stream the video and or capture to a file for you ( it can do either or both at the same time ).
Mplayer can also access any v4l/v4l2 stream as well. This allows a Linux user to use Mplayer to do things like take in raw video feeds from webcams and video capture cards.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.