usb_camera_plugin 0.0.1
usb_camera_plugin: ^0.0.1 copied to clipboard
A Flutter plugin for accessing and controlling USB cameras on Android devices. Supports UVC cameras, video recording, image capture, and real-time preview with effects.
0.0.1 #
- Initial release
- Support for USB cameras on Android devices
- Basic camera operations:
- Open USB camera interface
- Get platform version
- Integration with AndroidUSBCamera library (libausbc)
- Support for UVC (USB Video Class) cameras
- Built-in support for:
- Real-time camera preview
- Video recording (H.264)
- Image capture
- Audio recording (AAC)
- Visual effects
- Example app demonstrating plugin usage
- Android minSdkVersion: 24
- Android targetSdkVersion: 35