Excercise: Use of camera - old

• Program an application that lets you take a picture. The picture shall be stored on the c: drive.

1. from graphics import * and import camera

2. Use the SELECT key to take the picture.

3. Use the LeftSoftKey to to activate the camera mode again.

Use: camera.take_photo(size = (160,120))

 

 

Example file: ex_camera.py

Descripton: ex_camera_descr.py

 

 

 

If you are bored:

check the API_Reference_for_Python.pdf document to find out additional parameters that you can set for the camera use.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Previous | Next | Menu     Copyright (c) 2006 Jurgen Scheible