Skip to content

Flutter widget library for RICOH THETA 360 cameras using the Web API. Requires theta package

License

Notifications You must be signed in to change notification settings

Oppkey/oppkey_thetaf

Repository files navigation

thetaf

Flutter widgets for RICOH THETA camera application prototyping. Package is intended for API testing and rapid prototyping. This is not suitable for production applications.

Features

  • API request and response for RICOH THETA WebAPI v2.1
  • Widgets can be used on iOS, Android, and desktop. Web is not supported.

use screen

home screen

Getting started

  • RICOH THETA must be connected to development workstation using Wi-Fi with the camera as the access point
  • the theta package must be installed

package requirements

Usage

add library to pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  # oppkey_thetaf widgets
  thetaf:
    git:
      url: https://github.com/Oppkey/oppkey_thetaf.git

Start with ThetaWindow as root widget under Scaffold

import 'package:thetaf/thetaf.dart';
...
return MaterialApp(
    home: Scaffold(
        body: ThetaWindow(
            child: Column(

Put thetaf widgets as children of ThetaWindow

Additional information

About

Flutter widget library for RICOH THETA 360 cameras using the Web API. Requires theta package

Resources

License

Stars

Watchers

Forks

Packages

No packages published