Git Product home page Git Product logo

vr180's Introduction

VR180 Camera - Reference Implementation

This repository contains a reference implementation of an Android-based VR180 camera app and related developer tools.

Documentation for building a VR180 camera is available in the docs/ folder.

About VR180

VR180 camera is a new category of VR camera that uses two wide angle lenses to capture the world as you see it with point and shoot simplicity. The first of consumer VR180 camera is Lenovo's Mirage camera. VR180 cameras can capture VR video, VR photos, and do VR180 YouTube live streaming. These media formats are supported by Google's VR180 companion app (Android, iOS), Google Photos, and Youtube.

Reference VR180 Camera App

The reference VR180 camera app aims to provide a simple solution for developing new VR180 cameras, in particular, about handling the hardest part of VR media formatting and 3D correctness, and motion stabilization. To build a new VR180 camera based on this implementation, most of the logic can be reused , and only the following instances needs be customized:

  • CapabilitiesProvider : provides the supported video, photo, live modes;
  • PreviewConfigProvider : maps video/photo/live modes to camera preview config;
  • CameraConfigurator : OEM-specific configuration of cameras for each mode;
  • ProjectionMetadataProvider provides VR metadata for each mode. This can be developed using the providec calibration tools;
  • DeviceInfo: provides global information about device;
  • Hardware: connects device's custom UI with the camera software.

Calibration and Validation Tools

Binary tools for factory calibration is provided, which can be used to calibrate the cameras in factory and produce the necessary VR metadata for the reference camera app.

Additional tools for validating VR video and VR photo is provided. These can be used for cameras not using the reference implementation to validate the correctness of the format implementation.

Getting Started

Prerequisite

The reference camera app uses the Bazel build system. The following tools need to be installed:

  • Setup Android SDK and export ANDROID_HOME=$HOME/Android/Sdk/
  • Setup Android NDK and export ANDROID_NDK_HOME=$HOME/Android/Sdk/ndk-bundle
  • Setup Maven
  • Setup Bazel

Hardware

An Android 9.0 device is recommended. For development purpose, you may use an Android phone as a VR180 camera emulator.

The app is last verified on a Pixel XL Android 9.0. It should run on other Android 9.0 devices, although a Pixel is recommended to avoid compatibility issues.

Running on Android versions below 9.0 may cause potential compatibility issues and is not supported by this repo.

Build

To build the apk: bazel build java/com/google/vr180/app:camera

To build and install: bazel mobile-install java/com/google/vr180/app:camera

Android Studio with Bazel

You may also import this project into Android Studio with Bazel plugin.

Usage

The camera app runs out-of-the-box on an Android phone for basic functions including video and photo capture with proper VR180 file format.

Note: If you use a phone as a VR180 camera emulator, the output files will not have stereo effect.

Pair it with the VR180 companion app enables richer functionality, including live streaming and photo/video download, viewing, and sharing.

Note: It is also possible to develop your own companion app following the interface defined in /proto and matching the communication protocal in java/com/google/vr180/communication.

To pair with the companion app, prepare two phones and follow these steps:

  1. Download the VR180 App on Phone 1 (Android or iOS).
  2. Compile the camera app and install on Phone 2 (must be Android).
  3. Run the VR180 companion app on Phone 1 and follow the pairing instructions
  • You will need to long press the UI shutter button on the Phone 2 to start pairing, and short press to confirm pairing.
  1. If everything works fine, the Bluetooth and WiFi connection between these two phones should establish and you will be able to remote control and transfer files.
  • If the connection does not establish, try toggle off and on WiFi and Bluetooth on both phones.

Troubleshooting

  • Check the Android SDK/NDK installation path, version, and environment variables.
  • Check the device's Android version. Some feature might not work below 9.0.
  • Some camera app features require system permission. You will need a rooted engineering device and push the camera app to /system/priv-app/ and native libraries (.so files) to /system/lib/ or /system/lib64/. See the permissions used in the AndroidManifest.xml file for details.
  • If you encounter similar issues for bazel mobile-install, try using bazel build and then adb install.

Code Structure

Module Path Description
api java/com/google/vr180/api Core interfaces and implementations for the camera device.
app java/com/google/vr180/app Reference implementation of the VR180 camera app.
capture java/com/google/vr180/capture VR180 video and photo capture module.
common java/com/google/vr180/common Common utility functions.
communication java/com/google/vr180/communication Bluetooth and WiFi communication with the companion app.
device java/com/google/vr180/device Device-specific configurations.
media java/com/google/vr180/media File and stream format for VR180 videos and photos.
tools tools/ Calibration and validation tools.
photo cpp/photo VR180 photo format writer.
video cpp/video VR180 video format writer.
sensor fusion cpp/sensor_fusion On-device orientation estimation based on gyroscope and accelerometer.
proto proto The external (with the companion app) and internal data interface definition using Protocol Buffers.

vr180's People

Contributors

jiamingfb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vr180's Issues

Path traversal

Create a new file in the handle() in UpdateUploadHandler.java by intercepting the second half of the request uri as the file name.
图片

图片
Since the uri is controlled by the user, the attacker may construct a uri with "../", which will overwrite the sensitive files outside the folder when the file is created.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.