- Home /
how can I record a video on android AR app?
Hi,all
I'm developing AR apps for android ARCore. I want to record a video of ARobject and real world. But I have no idea to record that.
Please tell me if there is any way.
Answer by fffMalzbier · Apr 12, 2018 at 09:57 AM
Option A : You find a app for andorid that can record the screen. Option B : Use a asset to integrate into your app to record it from inside your app This asset might be a option (https://assetstore.unity.com/packages/tools/integration/natcorder-video-recording-api-102645)
Answer by gnsx · Oct 30, 2018 at 12:10 PM
Option A : Already answered above
Option B: Only works with Android https://github.com/thanh-nguyen-kim/Unity_Android_Screen_Recorder You'll have to play with the resolutions in the Android script here to tweak the bitrate and the resolution of the output video. Works out of the box in portrait mode.
Your answer
Follow this Question
Related Questions
Camera Recording for Unity 3D 0 Answers
Recording Output from a Camera 2 Answers
Capture Videos In Unity Without Stretch and change according to orientation 0 Answers
What format does Unity's webcam video capture feature record in? 0 Answers
Advice on recording a Game Promotional Video in Unity? 1 Answer