in2core / screenportsdk

The ScreenPort SDK allows app developers to receive video and audio from ScreenPort devices over USB or network.
https://screenport.io
Apache License 2.0
7 stars 0 forks source link

Ability to apply CIFilters #5

Closed PhilipSkinner closed 1 year ago

PhilipSkinner commented 1 year ago

The ability to apply core image filters to the video stream. It should be possible to apply 1 or more filters in a specific order.

michal-tomlein commented 1 year ago

This is now available and the demo project has been updated with an example showing how to apply filters.

PhilipSkinner commented 1 year ago

This works really well, I've already got a collection of filters being applied to the video output from my ScreenPort. Thank you for adding this feature!