Manchester Raspberry Jam

For Digital Makers

Dave Jones’s picamera Python Module

Manchester Raspberry Jam and Python North West regular Dave Jones has been working hard on a pure Python implementation of the Pi camera module – of which he recently released a feature complete v1.0. The announcement was made by Ben Nuttall on the Raspberry Pi blog, along with example usage and demonstration of its application in a web app:

If you have a Raspberry Pi camera module, you’ve probably used raspistill and raspivid, which are command line tools for using the camera. Dave Jones, a Database Admin, software developer and SQL know-it-all based in Manchester has been working on an equivalent, feature complete implementation of these in Python. This means you can access the camera module directly from a Python script, without using os.system or executing a subprocess.

oggcamp

Continue reading » A pure Python interface for the camera module: meet picamera! (raspberrypi.org)