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.