views:

44

answers:

1

Hello everyone

I need to create an application/driver in Windows that captures the video stream from a webcam, performs some modifications and passes it back on to the system (so it streams out to say skype).

Anyone knows how to create / register such an app ? Maybe samples on the web ?

Thanks in advance

+2  A: 

Look at the DirectShow. You need to create a source filter (which gets data from the camera source filter and modifies it).

Sergius