seanchas116 / SimpleDALPlugin

Simple CoreMediaIO DAL virtual camera plugin example written in Swift
MIT License
150 stars 19 forks source link

How to send the frames outside the plugin #8

Open Raj123456788 opened 4 years ago

Raj123456788 commented 4 years ago

I am trying to send frames from C++ addon. Is there a documentation I can use? Not using unity but try to resize the image and stream an image that user selects. Need more info did not give enough info https://github.com/seanchas116/SimpleDALPlugin/issues/4

Raj123456788 commented 4 years ago

some comments & documentation will be useful. If I am calling from C++ Project: What API's do I need to call starting with Init(), set device and setbuffer? How to pass address to the CMIO Plugin to display the image?