com.aurellem.capture.examples
Class HelloVideoRecording

java.lang.Object
  extended by com.aurellem.capture.examples.HelloVideoRecording

public class HelloVideoRecording
extends java.lang.Object

Recording Video from your Application is simple. If all you want to do is record Video, then follow the following steps. 1.) Set the Application's timer to an IsoTimer. The framerate of the IsoTimer will determine the framerate of the resulting video. 2.) Call Capture.captureVideo(yourApplication, target-file) before calling yourApplication.start() That's it! If you have any comments/problems, please PM me on the jMonkeyEngine forms. My username is bortreb.

Author:
Robert McIntyre

Constructor Summary
HelloVideoRecording()
           
 
Method Summary
static void main(java.lang.String[] ignore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloVideoRecording

public HelloVideoRecording()
Method Detail

main

public static void main(java.lang.String[] ignore)
                 throws java.io.IOException
Throws:
java.io.IOException