flutter_cv2_camera 0.0.1 copy "flutter_cv2_camera: ^0.0.1" to clipboard
flutter_cv2_camera: ^0.0.1 copied to clipboard

PlatformLinux

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_camera plugin.
  • Linux platform support with OpenCV C++ integration.
  • Real-time camera feed rendering using Cv2Camera widget.
  • onFrame callback: stream frames as NumPy-compatible Uint8List.
  • onByte callback: access raw image bytes.
  • onSnap method: 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

2
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

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 for AI/ML projects focused on computer vision.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, path, path_provider

More

Packages that depend on flutter_cv2_camera

Packages that implement flutter_cv2_camera