rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
129 stars 18 forks source link

Live video feed processing #241

Closed Marlenfranto closed 1 month ago

Marlenfranto commented 2 months ago

Is it possible to perform live video feed processing in OpenCV with Flutter? In Android, we have CameraBridgeViewBase to modify the live video feed. Is there a similar approach available for Flutter?

rainyl commented 2 months ago

Well, although opencv provides VideoCapture, which can open live video streams, I haven't tested it in Flutter, I recommend you to use media_kit, which is more widely used and offers Flutter widgets to work with videos. check more details at: https://github.com/media-kit/media-kit , Also, maybe this project can help you: https://github.com/xiaoyaocz/dart_simple_live

rainyl commented 1 month ago

I think this issue has been solved so I am going to close it, feel free to reopen it if anyone still have the same problem.