Is there a way to create a duplicate device of webcam?

…衆ロ難τιáo~ 提交于 2019-12-07 08:23:29

Video capture devices are typically "exclusive mode" use resources. If someone is working with video capture, the device is no longer available for concurrent use, for objective reasons. If you need to share the incoming video feed, you need to take care of this yourself. Software that splits through virtual devices typically adds processing overhead and limits flexibility, that is is significantly worse compared to talking to real device, which is the price of being able to split the live feed at all.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!