Package 

Interface FilterCameraPreview


  • 
    public interface FilterCameraPreview
    
                        

    A preview that support GL filters defined through the Filter interface. The preview has the responsibility of calling setSize whenever the preview size changes and as soon as the filter is applied.

    • Method Summary

      Modifier and Type Method Description
      abstract void setFilter(@NonNull() Filter filter) Sets a new filter.
      abstract Filter getCurrentFilter() Returns the currently used filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait