Using OpenCV Output as Webcam

前端 未结 5 2249
忘掉有多难
忘掉有多难 2020-12-14 08:49

So, I want to write a program to make the processed output from OpenCV be seen as a WebCam. I want to use it to create effects for a program like Skype. I am stuck and Googl

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 09:44

    So, I found a hack for this; not necessarily the best method but it DEFINITELY works..

    Download a program similar to SplitCam; this can emulate a webcam feed from a video file, IP feed and/or a particular section of the desktop screen..

    So in essence, you can write a program to process the webcam video and display it using OpenCV's highgui window and you can use SplitCam to just take this window as input for any other application like Skype. I tried it right now it works perfectly.!

    HTH

提交回复
热议问题