From 9fad955abf4d0a44ab3aea741efc0cc3b367cd18 Mon Sep 17 00:00:00 2001 From: LucaSoldi Date: Sun, 17 Apr 2016 11:44:55 +0200 Subject: [PATCH] Update camera.rpi_camera.markdown (#400) Correct wrong text in configuration variables --- source/_components/camera.rpi_camera.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/camera.rpi_camera.markdown b/source/_components/camera.rpi_camera.markdown index db047aa99d8..a63a436e9ef 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -34,7 +34,7 @@ Configuration variables: - **name** (optional): name of the camera - **image_width** (optional): set the image width (default: 640) - - **image_height** (optional): set the image width (default: 480) + - **image_height** (optional): set the image height (default: 480) - **image_quality** (optional): set the image quality (from 0 to 100, default: 7) - **image_rotation** (optional): Set image rotation (0-359, default: 0) - **horizontal_flip** (optional): Set horizontal flip (0 to disable, 1 to enable, default: 0)