πŸ’»

Computational Media: Pixels & Video Webcam Manipulation with ml5 and createGraphics

Computational Media: Pixels & Video Webcam Manipulation with ml5 and createGraphics

Final sketch

p5.js Web Editorp5.js Web Editor
with Resources and References used at the end of the code

Green & Pink Filter only

image

Detecting index and middle fingers on the hand

image

Using createGraphics() to leave a trail

After creating the rectangles in the same spot as the where my index.x and index.y is, I still have to resolve the fact that the color values for RGB are not being read as I intended.

Possible Solutions to ml5 making my editor slow

  • Decrease resolution from video feed
  • Use Google Chrome to view the sketch
  • Increase frameRate();
  • Look into HandPose model options

Adding elements based on index and middle finger positions

image