Posts Tagged "webcam"

Unity Webcam Example

Posted by on Mar 2, 2012 in Unity | 2 comments

Created a quick example in Unity free version to show it’s possible without having the pro version. This uses the webcam script I created earlier on a simple...

Read More

Unity Video Capture

Posted by on Nov 18, 2011 in Blogging, Inspiration, Unity | 9 comments

Unity Video Capture

There once was a Unity Engine roadmap without any means of capturing video or audio, conclusion: If you wanna do it right do it yourself or hope unity implements it themselves.. w00t v3.5 well anyway before 3.5 my little plugin named Video Grabber was born… Built on the basis of OpenFrameworks (being one of the frameworks to handle video for windows & mac at the same time) and also allowing for alot more fun. I successfully built this library as a plugin into Unity. In doing this I can now capture pixels from the camera and transfer them to a texture in a scene. I even added in...

Read More