- Home /
Capture camera output
Hello, i want to make a little video of my animations and i like to capture the output of a camera. Can anyone point me to a script or to a function that makes screenshots or videos of a camera?
For screenshots in high resolution you may use free version: https://www.assetstore.unity3d.com/en/#!/content/54870 For animations; https://www.assetstore.unity3d.com/en/#!/content/54854 Both give you best quality, depends of quality you set up.
I want to record a camera not the screen there are many ways to make a screenshot.
It's working on camera you put script on.
Answer by tanoshimi · Oct 03, 2016 at 07:39 AM
Drop this script into your camera http://wiki.unity3d.com/index.php/ScreenshotMovie
You can then join the frames together into a video using, say, ffmpeg.