webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
393 stars 51 forks source link

Simple example #13

Closed shersoni610 closed 3 years ago

shersoni610 commented 3 years ago

Hello,

I want to pass OpenCV to a virtual webcamera. Is there a simple example to demonstrate how it can be done using this software?

Thanks

hipersayanX commented 3 years ago

There will be no documentation until the project is finished, because there some bugs that needs to be solved before. But you can guide your self with some examples I've posted here and here. Also, here is an example on how to start and stop the stream, and here is how to write the frames to the stdin of the manager. The management and communication with the virtual camera is made entirely from the manager, no linking is required with any library.

shersoni610 commented 3 years ago

I want to capture images from OpenCV, pass it to VirtualCamera. The end user should be able to play the content with ffplay or vlc software. is is possible to do it?

hipersayanX commented 3 years ago

@shersoni610 yes, read my previous message and check the links I've posted.

hipersayanX commented 3 years ago

I've updated the wiki and added some C examples for Mac and Windows.