RaspiCam: Correct rotation param docs to be 0/90/180/270

This commit is contained in:
Dave Stevenson
2020-11-30 14:41:48 +00:00
committed by Phil Elwell
parent 9f3f9054a6
commit 093b30bbc2

View File

@@ -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},