Unity Camera Capture for Android to video file

For our app we use iVidCapPro on iOS. Our android app is currently lacking video capture support. I’ve looked around and I saw the Intel INDE thing, but I couldn’t find any set up instructions let alone a download link for the files.

I’ve searched around for an Android plugin but I can’t find one. I’m looking to capture Unity’s camera and not the device’s camera. I’m open to writing my own solution as long as it isn’t too complicated (especially writing my own h.264 encoder).

Any ideas? Thanks for any help.

I’ve heard of Everplay, but we’re not looking for a game oriented network. We would also like to save directly to the gallery.

FFmpeg Unity Bind allows to record video files and edit them as well.

I found this.
http://renderheads.com/product/av-pro-movie-capture/

Providing you’re targeting Android 5.0 and above, you could create a plugin and use the screen capturing and sharing facilities:

See “Screen capturing and sharing” to read further into the api.

Back when I first looked into it, there were a number of tutorials online on how to initialise it, but all of it was specifically native code with very few articles going into how you should use this feature with Unity. It’s definitely possible but you’ll have to do a load of background reading to properly understand it.