Uses of Interface
us.ihmc.graphics3DAdapter.camera.VideoDataServer

Packages that use VideoDataServer
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.gui   
us.ihmc.graphics3DAdapter.camera   
 

Uses of VideoDataServer in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset with parameters of type VideoDataServer
 void SimulationConstructionSet.startStreamingVideoData(CameraConfiguration cameraConfiguration, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)
           
 

Uses of VideoDataServer in com.yobotics.simulationconstructionset.gui
 

Methods in com.yobotics.simulationconstructionset.gui with parameters of type VideoDataServer
 void StandardSimulationGUI.startStreamingVideoData(CameraConfiguration cameraConfiguration, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)
           
 

Uses of VideoDataServer in us.ihmc.graphics3DAdapter.camera
 

Classes in us.ihmc.graphics3DAdapter.camera that implement VideoDataServer
 class CompressedVideoDataServer
           
 class RawVideoDataServer
           
 

Constructors in us.ihmc.graphics3DAdapter.camera with parameters of type VideoDataServer
OffscreenBufferVideoServer(Graphics3DAdapter adapter, CameraMountList mountList, CameraConfiguration cameraConfiguration, CameraTrackingAndDollyPositionHolder cameraTrackingAndDollyPositionHolder, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)