web cam texture to video file(editor and web both)

Hi All,

Is it possible to save the output of WebCam texture to a video file and save it on the system drive.

i know there is a plugin available for this

but it works only on windows machine,i need something which works on web platform.

You can’t save to a drive from a webplayer. You’d have to stream that somehow through JavaScript and see how to save from there (HTML5 ftw), but from inside Unity, you cannot directly save to harddrive.

Webplayer has no access to read/write files to a players drive. You will have to do some extra web work to get the user to download the file. This forum post covers a few solutions