GithubHelp home page GithubHelp logo

careyer / fpv_vr_2018 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webbbn/fpv_vr_2018

0.0 1.0 0.0 201.61 MB

Latest open-sourced version of FPV_VR

License: GNU General Public License v3.0

C++ 20.77% Java 2.00% C 12.40% Objective-C 1.29% CMake 0.24% HTML 63.13% CSS 0.13% JavaScript 0.03% Python 0.01%

fpv_vr_2018's Introduction

FPV_VR_2018

Latest open-sourced version of FPV_VR

I created a new repository because this is more a re-write than an update.

See FPV_VR for the old source code, mostly written in JAVA.

See "Changelog_4.0.pdf" in this branch for changes.

2019/08/16 - Initial 360 degree video support

Added initial support for display of 360 degree video from the Insta360 Air USB video camera. Currently only mono display is supported, but the video is displayed on a GL surface, so adding stereo/VR display should be straight forward.

The video must be 2560x1280, and can be streamed using the following ffmpeg command:

ffmpeg -r 30 -copytb 0 -f v4l2 -vcodec h264 -s 2560x1280 -i /dev/video0 -vcodec copy -f h264 udp://<host>:5000

Known issues:

  • The seam between image halves could use more testing/adjustment
  • The FOV is hard-coded, which is not necessary. It should be made a parameter.
  • The OSD is scaled using the Scene Scale paramter. It should just fill the screen (IMO).
  • The latency is currently (estimated) 250-400 ms (too long).
  • The ffmpeg command above is only producing ~8Mb/s bitrate, which seems too low for such a large video.
    • The quality of the view window is relatively poor (compared to current standard of 720P with a similar bitrate).

fpv_vr_2018's People

Contributors

consti10 avatar webbbn avatar

Watchers

 avatar

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.