Skip to content

Commit

Permalink
RaspiCamControl: State EV step size
Browse files Browse the repository at this point in the history
raspberrypi#34
Step size is 1/6ths to support either 1/3rds or 1/2 steps.
  • Loading branch information
6by9 authored and TheSin- committed Jan 7, 2016
1 parent 5dab11f commit 14bbae6
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 @@ -169,7 +169,7 @@ static COMMAND_LIST cmdline_commands[] =
{CommandSaturation, "-saturation","sa", "Set image saturation (-100 to 100)", 1},
{CommandISO, "-ISO", "ISO","Set capture ISO", 1},
{CommandVideoStab, "-vstab", "vs", "Turn on video stabilisation", 0},
{CommandEVComp, "-ev", "ev", "Set EV compensation", 1},
{CommandEVComp, "-ev", "ev", "Set EV compensation - steps of 1/6 stop", 1},
{CommandExposure, "-exposure", "ex", "Set exposure mode (see Notes)", 1},
{CommandAWB, "-awb", "awb","Set AWB mode (see Notes)", 1},
{CommandImageFX, "-imxfx", "ifx","Set image effect (see Notes)", 1},
Expand Down

0 comments on commit 14bbae6

Please sign in to comment.