- Home /
What format does Unity's webcam video capture feature record in?
We are planning to record video capture from the internal android/IOS webcams using the method in the Unity documentation: https://docs.unity3d.com/Manual/windowsholographic-videocapture.html
Does anyone know what format this is recorded in? is it compressed? is it RAW? We will be needing this in H.264, so if its raw I will have to convert using something like this: https://www.assetstore.unity3d.com/en/#!/content/93622
Comment