Skip to content

Commit

Permalink
Added MovieInput for Mac and iOS, added YUV camera input, fixed incor…
Browse files Browse the repository at this point in the history
…rect flipping during alternating render passes.
  • Loading branch information
BradLarson committed Mar 22, 2019
1 parent 43e3825 commit 5302c43
Show file tree
Hide file tree
Showing 26 changed files with 2,231 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
image = PictureInput(image:inputImage)

filter = SaturationAdjustment()

image --> filter --> renderView
image.processImage()
}
Expand Down
Loading

0 comments on commit 5302c43

Please sign in to comment.