[Physics] What are the ideal centers of mass and rotation for a steadicam

massrotational-dynamicsstability

For those who don't know what a steadicam is, I'll explain it in two points to give a basic idea. If you know what a steadicam is, skip to point 3.

1) A steadicam is a stabilizing mount for a motion picture camera, which mechanically isolates the operator's movement from the camera, allowing a very smooth shot even when the operator is moving quickly over an uneven surface.

2) How does it work (image courtesy of wsclater):

Steadicam
Red dots = control masses, Blue dot = center of rotation

The idea behind a steadicam is that the center of the mass is taken out of the camera itself. Therefore, when moving / panning the whole system (steadicam + camera), the motion of the camera itself is more fluid. This can be seen in action in this amazing youtube example.

3) The question:

How do we determine the ideal distance of the center of rotation from the camera?

How do we determine the ideal distance of the center of mass from the center of rotation?

What's the ideal length of the handle (the point where we hold the system), i.e. how far should we hold the system from its center of rotation?

Disclaimer: This is neither a matter of profit, nor a matter of homework. I'm just trying to build some of those for my own personal use, especially to find out how it really works, as I'm kind of amazed from this.

Best Answer

You need to know two things to design the system:

  1. Where you want the systems's center of mass to be.
  2. How to calculate such a thing.

Having read the wikipedia and watch some video I'm guess the answer to (1) is "a short distance directly below the gimbal" (for both high and low mode, though that means slightly different places).


How to calculate the CoM for a set of point masses.

  • Establish a coordinate system. Say $z$ increases up and starts at the camera platform, and $x$ increase to the front and starts at the location of the gimbal. This makes $y$ increase to the left if we want the usual convention, and we'll start it at the gimbal as well.

  • Find the (three dimensional!) location and mass of each part of the system (remember so far I'm only talking about little dense masses) and call these $(x,y,z)_i$ and $m_i$ where $i$ is just an index that runs over all you bits. Write

$$ x_{com} = \frac{\sum_i x_i m_i}{\sum_i m_i} $$

and an identical equation for $y$ and $z$. And now we know the location of the the Center of Mass.

For continuous objects, we could turn those sums into integrals, but you probably don't want to do that. Especially as you don't know the mass distribution of the camera.

Instead I will suggest finding the center of mass for each object (and this is why the wsclater link calls the red dots center of mass, they are for each object), by the simple expedient of balancing or hanging them.

  • If you hang an object from any point, it's CoM will lie below the point you hang it from.
  • If you balance an object on a thin edge, the objects CoM will lie above the edge.

Combine several such measurements and you can find the three diminsional position of the CoM.

Now here's the trick. Once you know the CoM for an extended object, you can treat the whole thing as a point mass at that location (for the purposes of calculating the CoM of a system that includes the object).


OK. Making progress, but were, still not done.

You know where you want the CoM, and need to find where to put the masses. Which is backwards from what we did above.

You need to control three values (the $x$, $y$, and $z$ positions of the CoM), and you have three equations. Which means that you can have only three adjustable parameters in your system.

Side note: The value of $y$ is easy, if you position the camera so that it's CoM is centered. Then, because everything else is symmetric, it happens automatically. So I'm going to only worry about $x$ and $z$

What you do is fix all the position relationships in the system except for two. Maybe the height of the lower control mass and the horizontal position of the middle one. Those two you make variables. Now you write down the CoM equations above *with those two variables in there and the desired values for the location of the CoM. The resulting system is solvable. Do the algebra and you're done.

But leave some ability to fine tune things (say by putting the masses on threaded rods). This lets you only worry about getting close with the calculation. The pictured one appears to use a flexible support to provide the adjustability. That will work, but may require constant tinkering.

Related Question