Visual-studio – create virtual webcam application which takes images as input and send it to any video chat application

directshowvisual studiowinapi

In my project i'm getting live camera images from remote bluetooth device. and now i want these images to show on any video chat application like facebook, skype etc.

Means i want the application which pretend as webcam and take the images as input and send it t chat window.

I heard about DirectShow filters. but as i'm new to this i need whole step-by-step procedure to develop above application.

Related Topic