<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=GMU%3AProcessing_im_Park%2FEmilio_Aguas%2FCode_Blinky_Eye</id>
	<title>GMU:Processing im Park/Emilio Aguas/Code Blinky Eye - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=GMU%3AProcessing_im_Park%2FEmilio_Aguas%2FCode_Blinky_Eye"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Emilio_Aguas/Code_Blinky_Eye&amp;action=history"/>
	<updated>2026-04-16T22:23:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Emilio_Aguas/Code_Blinky_Eye&amp;diff=77912&amp;oldid=prev</id>
		<title>EmilioAguas: Created page with &quot;====--- Processing3.0 Code--- ====  &lt;source lang=&quot;java&quot;&gt;   import processing.video.*;  Movie movie;  void setup() {   size(640, 360);   movie = new Movie(this, &quot;panorama.m4v&quot;);  ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Emilio_Aguas/Code_Blinky_Eye&amp;diff=77912&amp;oldid=prev"/>
		<updated>2016-01-25T23:53:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;====--- Processing3.0 Code--- ====  &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;   import processing.video.*;  Movie movie;  void setup() {   size(640, 360);   movie = new Movie(this, &amp;quot;panorama.m4v&amp;quot;);  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====--- Processing3.0 Code--- ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
import processing.video.*;&lt;br /&gt;
&lt;br /&gt;
Movie movie;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  size(640, 360);&lt;br /&gt;
  movie = new Movie(this, &amp;quot;panorama.m4v&amp;quot;);&lt;br /&gt;
  movie.loop();&lt;br /&gt;
  background(0);&lt;br /&gt;
  frameRate(120);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void movieEvent(Movie m) {&lt;br /&gt;
  m.read();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void draw() {&lt;br /&gt;
  int x = int(random(movie.width));&lt;br /&gt;
  int y = int(random(movie.height));&lt;br /&gt;
  image(movie, 0, 0, width, height);&lt;br /&gt;
  color pix = movie.get(x, y);&lt;br /&gt;
  tint(pix, 40);&lt;br /&gt;
  saveFrame(&amp;quot;line-######.png&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>EmilioAguas</name></author>
	</entry>
</feed>