camera_connect 1.0.2 copy "camera_connect: ^1.0.2" to clipboard
camera_connect: ^1.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: ^1.0.2

Usage #

import 'package:camera_connect/camera_connect.dart';

// Initialize camera connection
creationParams: {
          'uuid': uuid,
          'pass': pass,
          'width': width,
          'height': height,
          'mic': 1,
          'sound': 1,
          'type': 0,
        },

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 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.

3
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for connecting to IP cameras with TUTK IOTC support.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on camera_connect

Packages that implement camera_connect