Raspberry Pi - Camera Interface with Python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 August 2018

  • curprev 14:4014:40, 23 August 2018Stevet talk contribs 1,633 bytes +1,633 Created page with "Take a picture with a button press <syntaxhighlight lang="python" line='line'> import time import picamera import RPi.GPIO as GPIO import numpy as np GPIO.setwarnings(False)..."