mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
RaspiCam: Correct rotation param docs to be 0/90/180/270
This commit is contained in:
committed by
Phil Elwell
parent
9f3f9054a6
commit
093b30bbc2
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user