๐Ÿ“ฆ joemarshall / DirectCameraExamples

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/joemarshall/DirectCameraExamples.git
HTTPS git clone https://github.com/joemarshall/DirectCameraExamples.git
SSH git clone git@github.com:joemarshall/DirectCameraExamples.git
CLI gh repo clone joemarshall/DirectCameraExamples
Joe Marshall Joe Marshall use openxr on 5.3 meta quest 6c7cc03 2 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ Config
๐Ÿ“ Content
๐Ÿ“„ .gitignore
๐Ÿ“„ .vsconfig
๐Ÿ“„ make_releases.py
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Direct Camera Android for Unreal Example Project

The plugin

DirectCamera Android is a plugin for Unreal Engine which gives full, GPU accelerated access to the Android Camera, including multi-camera support, changing camera settings such as exposure, live capture to texture, plus JPG and raw file writing etc.

For more info, check out (https://joemarshall.github.io/directvideo/directcamera_unreal.html)

Building

You need to have purchased and installed the plugin to your Unreal installation first.

Build using the make_releases.py script.

python .\make_releases.py build android

This assumes you have unreal under c:\\epic. If it is somewhere else, you need to add the -ue-path <path> argument to the script.

You can also build a Quest passthrough camera example by calling

python .\make_releases.py build quest

For help on the build script, run

python make_releases.py build -h

For plugin documentation go to (http://joemarshall.github.io/directvideo).