Yes , You can use OPEN_CV library for android and iOS devices.
Read moreCan you use OpenCV with Flutter?
Yes , You can use OPEN_CV library for android and iOS devices.
Read moreHow do I access my camera on Flutter?
Display the picture with an Image widget.
Read moreHow do I access my camera on Flutter?
Display the picture with an Image widget.
Read moreHow do I add OpenCV in Flutter?
You have to use Flutter plugins which is why you’re getting the error “Project with path ‘:openCVLibrary343’ could not be found in project ‘:flutter_plugin’.” The post I linked this too not only says OpenCV is not currently available on Flutter but also explains how you can provide your own plugin following this..
Read moreHow do I add OpenCV in Flutter?
You have to use Flutter plugins which is why you’re getting the error “Project with path ‘:openCVLibrary343’ could not be found in project ‘:flutter_plugin’.” The post I linked this too not only says OpenCV is not currently available on Flutter but also explains how you can provide your own plugin following this..
Read more