us.ihmc.graphics3DAdapter.camera
Interface CaptureDevice

All Known Implementing Classes:
JMEFastCaptureDevice, YoCanvas3D

public interface CaptureDevice


Method Summary
 void exportSnapshot(java.io.File snapshotFile)
           
 java.awt.image.BufferedImage exportSnapshotAsBufferedImage()
           
 int getHeight()
           
 int getWidth()
           
 void setSize(int width, int height)
           
 void streamTo(CameraStreamer cameraStreamer, int framesPerSecond)
           
 

Method Detail

exportSnapshotAsBufferedImage

java.awt.image.BufferedImage exportSnapshotAsBufferedImage()

exportSnapshot

void exportSnapshot(java.io.File snapshotFile)

getHeight

int getHeight()

getWidth

int getWidth()

setSize

void setSize(int width,
             int height)

streamTo

void streamTo(CameraStreamer cameraStreamer,
              int framesPerSecond)