Skip to content

Commit

Permalink
RaspiCam: Correct rotation param docs to be 0/90/180/270
Browse files Browse the repository at this point in the history
  • Loading branch information
6by9 authored and pelwell committed Nov 30, 2020
1 parent 9f3f905 commit 093b30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host_applications/linux/apps/raspicam/RaspiCamControl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 093b30b

Please sign in to comment.