- Home /
Record video using phone's (mobile device's) camera
I am trying to make a snapchat like game. Is there any way that I can record a video using phone's camera and save it, using Unity? I have figured out how to get WebcamTexture, but I do not know how to actually make it into a video and save it (preferably locally)
Comment
Answer by Injec · Oct 12, 2017 at 12:21 PM
Hey, I don't think that it's so easy, probably Unity has no tools for doing this. But i found a good Camera SDK for c#, I think you should have a look at this ;) http://www.camera-sdk.com/ Or check this out, i guess it's simpler: https://en.code-bude.net/2013/01/02/how-to-easily-record-from-a-webcam-in-c/