Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top