mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
from SimpleCV import Camera, Display, Image;
|
|
cam=Camera();
|
|
disp=Display();
|
|
img=cam.getImage();
|
|
img.sample_points(disp);
|