LET'S CONNECT
✨ Sign up for my newsletter at https://www.pattvira.com
✨ Instagram: https://www.instagram.com/pattvira
✨ Twitter: https://twitter.com/pattvira
--
Links:
🔗 p5.js editor: https://editor.p5js.org/
🔗 Drawing with Webcam: https://editor.p5js.org/pattvira/sketches/1jhHeA9Bg
🔗 Introduction to Creative Coding Playlist: https://youtube.com/playlist?list=PL0beHPVMklwgMz4Z-mNp4_udo9mjBk7pn&si=XhvQaojd6cIrxvdn
References:
🔗 p5.js createCapture() function: https://p5js.org/reference/#/p5/createCapture
🔗 p5.js get() function: https://p5js.org/reference/#/p5/get
🔗 p5.js pixels: https://p5js.org/reference/#/p5/pixels
Timestamps:
0:00 Intro
0:10 Use createCapture() to get live video from webcam
5:21 Get pixels data using get() function
10:14 Get pixels data using pixels 1d array