Documentation on the site says camera_image_flip’s default value is OFF. On the method itself it says the default is AUTO.
Defines if a flip of the images is needed.
If you are using the camera upside down, setting this parameter to \ref FLIP_MODE "sl::FLIP_MODE::ON" will cancel its rotation.
The images will be horizontally flipped.
Default: \ref FLIP_MODE "sl::FLIP_MODE::AUTO"
Testing it live the default value is OFF, so that comment needs to be changed on the method.
Was the default value AUTO before 4.1? I can’t remember.