70
edits
| Andrefaupel (talk | contribs)  (Created page with "==Pixel Motion Detection -- File Input ==  <pre style="font=2"> import processing.video.*; Movie cam; PImage save, out;   //// threshold for fine-tuning and artefacts float thres...") | Andrefaupel (talk | contribs)  No edit summary | ||
| Line 26: | Line 26: | ||
|    ///setup previous frame and output-image |    ///setup previous frame and output-image | ||
|    save = createImage( |    save = createImage(cam.width, cam.height, RGB); | ||
|    out = createImage( |    out = createImage(cam.width, cam.height, RGB); | ||
| } | } | ||
edits