flutter_cv2_camera 0.0.1
flutter_cv2_camera: ^0.0.1 copied to clipboard
A custom Flutter plugin that bridges the power of OpenCV in C++ with real-time camera access in Flutter. Designed to enable real-time image streaming, frame analysis, and snapshot capturing—perfect fo [...]
Changelog #
All notable changes to this project will be documented in this file.
This project follows semantic versioning.
0.0.1 - 2025-07-03 #
✨ Added #
- Initial release of
flutter_cv2_cameraplugin. - Linux platform support with OpenCV C++ integration.
- Real-time camera feed rendering using
Cv2Camerawidget. onFramecallback: stream frames as NumPy-compatibleUint8List.onBytecallback: access raw image bytes.onSnapmethod: capture snapshots for saving or analysis.- Flip camera feed (horizontal, vertical, or both).
- Example project with working Linux demo.
- Full documentation and usage guide in
README.md. - MIT License and open contribution model.
🛤 Coming Soon (in future versions) #
- ✅ Web support
- ✅ Android support
- ✅ Windows support
- ✅ macOS & iOS support
- Improved UI fallback rendering (
Image.memory,RawImage,CustomPaint) - Performance optimizations for real-time image processing