Frame grabbing from youtube video source

Hi there,

Is there a way to use a Youtube streaming video in p5.js? I’d like to grab the video frame by frame, do a bit of processing on each frame and draw them on screen.

Many thanks,
Blake

Hmmm what about downloading the video and loaded as a second operation in p5js. You download the video manually using google’s search wisdom.

Kf