Skip to content

Filters videos live using your computer's webcam.

Notifications You must be signed in to change notification settings

wang0324/VideoFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Info

Uses your computer's webcam and the user selects which filter to use on the video made.

How to Use

  1. Download zip or clone.
  2. Set up JDK 1.8 and Language Level 8
  3. Set up complier output (I made a new folder called bin in the project)
  4. If libraries haven't been added, add them to your project
  5. Then run FilterView. The right side of the Applet will be black. You can choose a video vilter by pressing the 'f' key and type the class name of the filter you want to use.
  6. Enjoy and have fun!

List of Filters

  • Color Threshold Filter
  • Convolution Filter
  • Darken Filter
  • Drawable Filter
  • EdgeDetection Filter
  • Monochrome Filter
  • Polychrome Filter
  • Pixel Filter
  • Pixelate Filter
  • Gaussian Blur Filter

Releases

No releases published

Packages

No packages published

Languages