- Home /
Recording video on iOS
Hi everyone,
I'm looking for a way to record a video with iPad or iPhone camera and then save it to a file. I know Unity can access it using WebCamTexture(), but I haven't been able to find a way to record that data. Does anyone have any suggestions?
Don't know if these links are any good for you -
http://www.predictions-software.com/Unity_iOS_Camera_Rec.html
Answer by mcpepa · May 31, 2016 at 07:08 PM
you could use the Everyplay plugin, it records the audio and the screen of your proyect and then save it in cache temporal folders.
so if you play the WebCamTexture() in IOS and recorded the screen with everyplay, you could then move the mp4 file from the directory: "tmp/Everyplay/sesson//screen.mp4 " to the folder you want, using the system.io
file.move(video in tmp folder, folder direccion);
sorry if im late.
Unfortunately already went the iVidCapPro path, but good to have this insight. I thought Everyplay is a black box pretty much.
Your answer
Follow this Question
Related Questions
Trouble getting Google GVRVideoPlayer to Implement in Unity 5.6.2 with Google Cardboard v1.60 0 Answers
Importing a alpha video clip for iOS 0 Answers
Playing from a specific point using Handheld.PlayFullScreenMovie 0 Answers
Switching microphone status during video playback causes the video to stop. 0 Answers
WebCamTexture and VSync (iPhone 4) 3 Answers