Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| p5js-webcam1 [2024/04/14 07:19] – renick | p5js-webcam1 [2024/08/22 00:01] (current) – renick | ||
|---|---|---|---|
| Line 51: | Line 51: | ||
| <iframe src=" | <iframe src=" | ||
| </ | </ | ||
| + | |||
| + | ===== more on the webcam ===== | ||
| + | |||
| + | This set of videos by Jeff Thompson (http:// | ||
| + | |||
| + | - https:// | ||
| + | - https:// | ||
| + | |||
| + | His code is at this link: https:// | ||
| + | |||
| + | He explains how to get a particular pixel value in these videos: | ||
| + | |||
| + | - (basics) https:// | ||
| + | - (more performant by reading the flat pixel array) https:// | ||
| + | |||
| + | Here's a useful example from Kokyoong Lim for some simple motion detection: | ||
| + | |||
| + | - https:// | ||