Creating a Virtual Webcam Device for OS X

后端 未结 3 926
日久生厌
日久生厌 2020-12-24 02:22

I am looking for a solution to create a \"virtual\" webcam device under OS X (that acts just as a normal hardware webcam, but the application has full control over what to o

相关标签:
3条回答
  • 2020-12-24 02:36

    To get started you should have a look at http://webcam-osx.sourceforge.net/ It is an opensource webcam driver kit for os x.

    0 讨论(0)
  • 2020-12-24 02:39

    For an example I would try decompiling or finding a open source virtual webcam

    Try this program: http://download.b-l-a-c-k-o-p.com/?m=0

    Check out http://www.hopperapp.com/ for a decompiler

    0 讨论(0)
  • 2020-12-24 02:57

    The way to go is to use CoreMediaIO framework. You can create a virtual device using the framework.

    0 讨论(0)
提交回复
热议问题