From 093b30bbc2fd083d68cc3ee07e6e555c6e592d11 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Mon, 30 Nov 2020 14:41:48 +0000 Subject: [PATCH] RaspiCam: Correct rotation param docs to be 0/90/180/270 --- host_applications/linux/apps/raspicam/RaspiCamControl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_applications/linux/apps/raspicam/RaspiCamControl.c b/host_applications/linux/apps/raspicam/RaspiCamControl.c index 84147ca72..e231b65a8 100644 --- a/host_applications/linux/apps/raspicam/RaspiCamControl.c +++ b/host_applications/linux/apps/raspicam/RaspiCamControl.c @@ -199,7 +199,7 @@ static COMMAND_LIST cmdline_commands[] = {CommandImageFX, "-imxfx", "ifx","Set image effect (see Notes)", 1}, {CommandColourFX, "-colfx", "cfx","Set colour effect (U:V)", 1}, {CommandMeterMode, "-metering", "mm", "Set metering mode (see Notes)", 1}, - {CommandRotation, "-rotation", "rot","Set image rotation (0-359)", 1}, + {CommandRotation, "-rotation", "rot","Set image rotation (0, 90, 180, or 270)", 1}, {CommandHFlip, "-hflip", "hf", "Set horizontal flip", 0}, {CommandVFlip, "-vflip", "vf", "Set vertical flip", 0}, {CommandROI, "-roi", "roi","Set region of interest (x,y,w,d as normalised coordinates [0.0-1.0])", 1},