us.ihmc.graphics3DAdapter.camera
Class OffscreenBufferVideoServer

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.camera.OffscreenBufferVideoServer

public class OffscreenBufferVideoServer
extends java.lang.Object


Constructor Summary
OffscreenBufferVideoServer(Graphics3DAdapter adapter, CameraMountList mountList, CameraConfiguration cameraConfiguration, CameraTrackingAndDollyPositionHolder cameraTrackingAndDollyPositionHolder, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffscreenBufferVideoServer

public OffscreenBufferVideoServer(Graphics3DAdapter adapter,
                                  CameraMountList mountList,
                                  CameraConfiguration cameraConfiguration,
                                  CameraTrackingAndDollyPositionHolder cameraTrackingAndDollyPositionHolder,
                                  int width,
                                  int height,
                                  VideoDataServer videoDataServer,
                                  TimestampProvider timestampProvider,
                                  int framesPerSecond)
Method Detail

close

public void close()