anharu2394 / tapioca

a Flutter plugin for video editing on Android and iOS.
https://pub.dev/packages/tapioca
MIT License
123 stars 54 forks source link

[Request] Any solution for stream media? #66

Closed ryuujo1573 closed 2 years ago

ryuujo1573 commented 2 years ago

Hi, I was wondering: is tapioca capable for live video processing?

Such as filtering video data from local camera directly etc.. // camera input comes in the form of buffer object

anharu2394 commented 2 years ago

Currently, Tapioca disables to process videos on live stream. But, Flutter UI can filter video data from local camera directly. If you want to attach color filter, you can use this https://api.flutter.dev/flutter/widgets/ColorFiltered-class.html . And then, you will process videos not on live stream. Thanks.