Class VisionSourceOptions


  • public final class VisionSourceOptions
    extends Object
    Defines vision source options. TODO: Add proper description for this class
    • Constructor Detail

      • VisionSourceOptions

        public VisionSourceOptions​(@NotNull
                                   Context context,
                                   @NotNull
                                   androidx.lifecycle.LifecycleOwner lifeCycleOwner)
        TODO
        Parameters:
        context - TODO
        lifeCycleOwner - TODO
    • Method Detail

      • setPreview

        public void setPreview​(@NotNull
                               SurfaceView view)
        TODO
        Parameters:
        view - TODO
      • getPreview

        @Nullable
        public SurfaceView getPreview()
        TODO
        Returns:
        TODO
      • getContext

        @NotNull
        public Context getContext()
        TODO
        Returns:
        TODO
      • getLifecycleOwner

        @NotNull
        public androidx.lifecycle.LifecycleOwner getLifecycleOwner()
        TODO
        Returns:
        TODO