Class FramecaptureDecorator

java.lang.Object
org.mbari.vcr4j.sharktopoda.decorators.FramecaptureDecorator
All Implemented Interfaces:
Decorator

public class FramecaptureDecorator extends Object implements Decorator
Since:
2016-08-30T09:39:00
Author:
Brian Schlining
  • Constructor Details

    • FramecaptureDecorator

      public FramecaptureDecorator(SharktopodaVideoIO io, int port)
      Parameters:
      io - The videoio object used for control
      port - The out-of-band port tha should be used by Sharktopoda
  • Method Details

    • getFramecaptureObservable

      public io.reactivex.rxjava3.core.Observable<FramecaptureResponse> getFramecaptureObservable()
    • unsubscribe

      public void unsubscribe()
      Specified by:
      unsubscribe in interface Decorator