Class VideoReceiveComponent

java.lang.Object
edu.tufts.hrilab.diarc.DiarcComponent
edu.tufts.hrilab.vision.VideoReceiveComponent

public class VideoReceiveComponent extends DiarcComponent
DIARC Component to retrieve and display images captured and sent from a VideoSendComponent.
  • Constructor Details

    • VideoReceiveComponent

      public VideoReceiveComponent()
      VideoReceiveComponent constructor.
  • Method Details

    • executionLoop

      protected void executionLoop()
      Description copied from class: DiarcComponent
      This is where any code that needs to be called repeatedly in a dedicated thread should live. It is not called by default and you must set shouldRunExecutionLoop to true in your constructor.
      Overrides:
      executionLoop in class DiarcComponent