https://github.com/consti10/fpv_vr_os
Latest version of FPV_VR, open source under LGPL
https://github.com/consti10/fpv_vr_os
android-app cpp fpv-racing fpv-vr ltm mavlink mediacodec opengl vr
Last synced: 3 months ago
JSON representation
Latest version of FPV_VR, open source under LGPL
- Host: GitHub
- URL: https://github.com/consti10/fpv_vr_os
- Owner: Consti10
- License: lgpl-2.1
- Created: 2018-01-02T16:22:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T10:47:40.000Z (over 1 year ago)
- Last Synced: 2025-02-27T16:43:41.870Z (3 months ago)
- Topics: android-app, cpp, fpv-racing, fpv-vr, ltm, mavlink, mediacodec, opengl, vr
- Language: C++
- Homepage:
- Size: 254 MB
- Stars: 69
- Watchers: 19
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog 4.0 2018.pdf
- License: LICENSE
Awesome Lists containing this project
README
# FPV_VR_OS
Latest open-sourced version of FPV_VR
[Buy app here](https://play.google.com/store/apps/details?id=constantin.fpv_vr.wifibroadcast&hl=en) to support development
**Build Instructions** \
This library depends on 3 modules that are published in other github repositories. \
These are:
1. VideoCore / TelemetryCore from [LiveVIdeo10ms](https://github.com/Consti10/LiveVideo10ms)
3. RenderingXCore from [RenderingX](https://github.com/Consti10/RenderingX)To Build the FPV_VR app you also have to download these repositories and provide the right paths.\
By default, FPV-VR is configured such that it will compile out of the box in the following file structure: \
**+AndroidStudioProjects \
--+FPV_VR_OS \
--+LiveVIdeo10ms \
--+RenderingX** \E.g execute the following commands one after each other in the same folder: \
git clone https://github.com/Consti10/FPV_VR_OS \
git clone https://github.com/Consti10/LiveVideo10ms \
git clone https://github.com/Consti10/RenderingX \Then Open FPV_VR_OS via the Android Studio 'open File or Project' wizzard.