MyCometG3 / DLABridging

Simple Objective-C++ wrapper for Blackmagic DeckLink API (C++ APIs).
MIT License
15 stars 7 forks source link

Filters on video #12

Closed kisso closed 2 years ago

kisso commented 2 years ago

Hi, is it possible to apply image filters? for example grayscale, image rotation etc... Have you already tried it? I need to apply filter which will be in video preview and also in recorded video. What do you think about performance? Or should I use metal for this feature?

MyCometG3 commented 2 years ago

No. It is out-of-scope from this framework. I think you need to do extra work on your side.

Also you need to separate pipeline for export and display.

kisso commented 2 years ago

thank you for hint