mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
from SimpleCV import Camera, Display, Image;
|
|
cam=Camera();
|
|
disp=Display();
|
|
img=cam.getImage();
|
|
img.sample_points(disp); |