When you take a burst of frames with a monopod and zoom in on adjacent images, in every case there is some misalignment between the images.
Leaning forward or backward causes a Pitch. Leaning left or right causes a Roll. And twisting about the monopod shaft causes a Yaw.
Comparing 2 frames and seeing landmarks on the right side of the frame are rising while landmarks on the left side are falling and everything is shifted to the left suggests a roll to the left.
I am customizing the .pp3 file to set a Camera Pitch, Roll and Yaw:
[Perspective]
Method=camera_based
CameraFocalLength=28
CameraPitch=5.000000
CameraRoll=6.00000
CameraYaw=7.00000
The Pitch appears to rotate about the bottom of the image.
The Roll pivots around the center of the picture.
The Yaw rotates about the vertical axis running through the center of the frame.
I want to mimic the behavior of a camera on a Monopod with the Pitch, Roll and Yaw rotating about the foot of the monopod.
The Monopod foot is usually directly below the camera ~69" from ground level to the focal point along the vertical, Y axis.
The horizontal X coordinate is ~ 1/2 of the image width.
The Z coordinate, positive toward the subject, is ~0.
There is a 2" ball head just below the camera, the monopod Y height is adjustable and the best point of contact may not be directly below the camera but I would start with the simple case of monopod X=ImageWidth/2, Z=0 and Y is function(FocalDistance, FOV), ~~4 * ImageHeight.
The CameraShiftHorizontal and CameraShiftVertical seem to hold 1 edge fixed and push the other side off of the screen.
The GUI → Vertical maps to the PP3 → CameraPitch
The GUI → Horizontal maps to the PP3 → CameraYaw
The [Gradient] section has CenterX and CenterY values which is along the lines of what I am looking for:
CameraMonopodX, CameraMonopodY, CameraMonopodZ
Is there a way to set a monopod foot (x, y, z) point of rotation in 5.11 through a PP3 alteration?
I am using RawTherapee 5.11 on Linux.