Browse Source

Simplified testing of Raspberry cameras

Dawoodoz 5 years ago
parent
commit
c58f0cdbeb
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Source/SDK/raspiCam/RaspiCam.txt

+ 2 - 3
Source/SDK/raspiCam/RaspiCam.txt

@@ -35,9 +35,8 @@ Mount the camera onto the camera connector.
 * Remove any lens protection to avoid getting a black or foggy image.
 
 CAMERA TESTING WITH RASPISTILL
-* Create a new folder and try the camera.
-	raspistill -o ./test.jpg
-* Open the folder and look at the jpg image being saved.
+* Open a terminal anywhere and try the camera.
+	raspistill -t 1000000
 
 CAMERA TESTING WITH SDK EXAMPLE 
 * Open SDK/Raspicam in a terminal and run the build script.