Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ff-plugins-active/ff_realsense
Unreal Engine 5 Realsense Android and Windows Plugin
https://github.com/ff-plugins-active/ff_realsense
android camera oculus oculus-quest oculus-quest-2 oculusquest realsense realsense2 realsense2-camera runtime texture2d ue5 ue5-plugin windows
Last synced: about 2 months ago
JSON representation
Unreal Engine 5 Realsense Android and Windows Plugin
- Host: GitHub
- URL: https://github.com/ff-plugins-active/ff_realsense
- Owner: FF-Plugins-Active
- License: apache-2.0
- Created: 2023-03-01T09:43:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T21:24:44.000Z (about 2 months ago)
- Last Synced: 2024-11-26T22:27:23.277Z (about 2 months ago)
- Topics: android, camera, oculus, oculus-quest, oculus-quest-2, oculusquest, realsense, realsense2, realsense2-camera, runtime, texture2d, ue5, ue5-plugin, windows
- Language: Java
- Homepage:
- Size: 177 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FF_RealSense
Unofficial Intel RealSense Wrapper for Unreal Engine 5 with cross platform (Win64 and Android) support.
## ANDROID BUILD
* Open librealsense/wrappers/android with ``Android Studio``
* File -> Settings -> Settings -> Exprimental -> Enable ``Configure all Gradle tasks during Gradle Sync``
* File -> ``Sync Project with Gradle Files``
* On right panel, open ``Gradle``
* Right click and run ``LRS -> Tasks -> build -> assemble``
* outputs are (try which one of them works)
* librealsense/wrappers/android/librealsense/build/intermediates/library_jni/release/jni/arm64-v8a/librealsense2.so
* librealsense/wrappers/android/librealsense/build/intermediates/merged_native_libs/release/out/lib/arm64-v8a/librealsense2.so
* Android device should have "RS Camera" app installed.## DEPENDENCY
https://github.com/FF-Plugins-Active/FF_QR_ProcessorThis is an optional variable for ``FF_QR_Processor``. If you don't want to integrate it, delete ZXing related template blueprints in plugin's content folder.
https://github.com/FF-Plugins-Active/ExtendedVars/tree/main/Source/ExtendedVars
## INSTRUCTIONS
* You need to extract librealsense2.zip to its folder before using it on Android. (Source/FF_RealSense/ThirdParty/Android/libs)## FEATURES
* RGB Stream
* Depth Stream
* Infrared Stream
* Distance Calculation
* QR Reader (with help of our QR Processor plugin)
* FRunnableThread based