camera_connect 0.0.2
camera_connect: ^0.0.2 copied to clipboard
A Flutter plugin for connecting to IP cameras with TUTK IOTC support.
camera_connect #
A Flutter plugin for connecting to IP cameras with TUTK IOTC support.
Features #
- Connect to IP cameras using TUTK IOTC protocol
- Real-time video streaming
- Audio support
- PTZ (Pan/Tilt/Zoom) controls
- Video recording capabilities
- Multi-camera support
- Cross-platform (Android & iOS)
Getting Started #
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
camera_connect: ^0.0.2
Usage #
import 'package:camera_connect/camera_connect.dart';
// Initialize camera connection
creationParams: {
'uuid': uuid,
'pass': pass,
'width': width,
'height': height,
},
## Platform Support
- ✅ Android
- ✅ iOS
## Requirements
- Flutter: >=3.3.0
- Dart SDK: ^3.5.4
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## Issues
If you encounter any issues, please report them on the [issue tracker](https://github.com/YOUR_ACTUAL_USERNAME/camera_connect/issues).