mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
All the previous files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from SimpleCV import Camera, Display, Image;
|
||||
cam=Camera();
|
||||
disp=Display();
|
||||
img=cam.getImage();
|
||||
img.sample_points(disp);
|
||||
Reference in New Issue
Block a user