From c96619f388ee9052b6ba7aa7f4dd2ea868d3e855 Mon Sep 17 00:00:00 2001 From: Steveis Date: Wed, 29 Mar 2017 13:02:53 +0100 Subject: [PATCH 1/2] Clarify that you need to press the take pic button --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index 4687699..69393a5 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -111,7 +111,7 @@ This code creates a 'PiCamera' object with the resolution set to 800 × 480, whi This code captures a picture, saving it to the location we just defined in the variable `output`. It then stops the camera preview. -1. Press **F5** to run your program, then press the button. +1. Press **F5** to run your program, then press the button that takes a picture. 1. Navigate to the folder `/home/pi/allseeingpi` and check that the picture you just took has saved correctly. From 008cce5a594a061b876eb63417abcd0448793aad Mon Sep 17 00:00:00 2001 From: Lorna Lynch Date: Fri, 7 Apr 2017 13:23:46 +0100 Subject: [PATCH 2/2] copy edit --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index 69393a5..b77bbb3 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -111,7 +111,7 @@ This code creates a 'PiCamera' object with the resolution set to 800 × 480, whi This code captures a picture, saving it to the location we just defined in the variable `output`. It then stops the camera preview. -1. Press **F5** to run your program, then press the button that takes a picture. +1. Press **F5** to run your program, then press the button to take a picture. 1. Navigate to the folder `/home/pi/allseeingpi` and check that the picture you just took has saved correctly.