Motion-Project / motionplus

MotionPlus Home Page: https://motion-project.github.io/
GNU General Public License v3.0
319 stars 40 forks source link

Doc is wrong: flip_axis v/h #95

Closed wrohdewald closed 1 year ago

wrohdewald commented 1 year ago

Did you read the guide?

Yes

What is the base version number of MotionPlus being used?

0.1.x

What was the install method?

Built from source code

What is base architecture?

ARM-32bit

What is the distro being used?

Raspbian

Disto version number

bullseye

Camera/Sound type(s) being used?

PI camera via libcam

Describe the issue/problem and steps to reproduce

https://motion-project.github.io/motionplus_config.html#flip_axis says legal values are h and v. But motionplus tells me they are illegal. What works is horizontal / verticl

Relevant MotionPlus log output (at log_level 8)

rotate.cpp:    if (cam->conf->flip_axis == "horizontal") {
rotate.cpp:    } else if (cam->conf->flip_axis == "vertical") {