Jump to content

DIY photo turntable


Pragma
 Share

Recommended Posts

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Thanks for the questions. There are a few upgrades from the first version.

 

First, I used a different clock motor that moves continuously instead of ticking. This means the camera doesn't have to be synchronized precisely with the clock. This time I opened it up and removed the parts that drive the minute and hour hand, making it easier to get at the pin that drives the second hand.

 

Xj1cjpA.jpg

 

Second, I built a contraption out of lego to house the motor. This is so that I can attach some lego gears to slow down the rotation.

 

jUtKKDA.jpg

 

To attach the lego gear to the clock I found a piece of plastic that fit snugly in the end of a lego piece. I drilled out the end with a pin vise, so that it fits onto the little metal pin that turns the second hand.

 

NXXxxvs.jpg

 

Next I attached a gear on the end.

 

ZOnfyeh.jpg

 

I used an 8 tooth gear driving a 40-tooth gear so the big gear will complete a rotation every five minutes instead of one minute.

 

DP1E5KC.jpg

 


I put the covering of the clock on top, to support the piece of paper I use as a background. I cut a hole in the piece of paper and stuck the axle through it to hide the crazy contraption. But now that I've revealed all my secrets, you know it's there.

 

5AZHy3i.jpg

64imO2b.jpg


 

Finally, I need something to hold the miniature. I used one of Reaper's large round bases. To attach it to the lego axle, I superglued the plastic head of a mechanical pencil to the bottom - just like I did in version 1, except now I used a drill bit to make a round hole big enough to hold the axle snugly.

 

6jB65eY.jpg

i6e8gqs.jpg

 

Now it turns much slower, so my camera can shoot about 180 frames per rotation instead of 30. I stitched them together into a 30 frame per second video, which is enough to make a nice smooth animation. Instead of making a gif, I now prefer to make a video with a tool called ffmpeg:



ffmpeg -framerate 30 -pattern_type glob -i "*.jpg" -codec h264 output.mkv


This makes a much smaller file with much higher quality. And videos like this are now supported by most browsers. I don't think the forum supports them, so I've been uploading them to gfycat, which hosts them, plays them back nicely, and even converts them to gif for people with older browsers.

 

So far I haven't used any fancy software tricks to smooth out the video. But there can sometimes be a little jitter, or flickering from the light, so I've been thinking about it. There are various tools for image stabilization, removing flicker and even increasing the framerate. 

  • Like 11
Link to comment
Share on other sites

Thank you so much for the details, I can tell you have the hearth of an engineer!

 

Looks like I might be spending some time fishing for components... mechanized rotating table like for exhibitions are extremely rare and never thought about reducing rotating speed with Lego mechanical parts... genious.

 

30fps is awesome for a small video like this, looks amazing and smooth. 

  • Like 1
Link to comment
Share on other sites

Thank you so much for the details, I can tell you have the hearth of an engineer!

 

Looks like I might be spending some time fishing for components... mechanized rotating table like for exhibitions are extremely rare and never thought about reducing rotating speed with Lego mechanical parts... genious.

 

30fps is awesome for a small video like this, looks amazing and smooth. 

 

Thanks! I am a scientist in my day job, but a tinkerer at heart. Originally I had plans to make the turntable with a stepper motor driven by an arduino to control the rotation precisely from my computer ... but I realized that is probably overkill for this little project. Maybe I'll save that for version 3.0 :)

 

I have found photo turntables online, but they are ridiculously expensive. It's a circle that spins, I thought, how hard can that be? The lego is great because it's really easy to customize it. And these little clock motors are a few dollars at most, but also easy to find for free, and they are so slow that the battery lasts forever. The only downside is that they are very weak, so I haven't had success in using the turntable for bigger pieces. But that might be solvable with more support.

 

I'm glad you like the results, let me know if you start putting one together.

  • Like 1
Link to comment
Share on other sites

The 30fps for V2 is really smooth and strangely hypnotic.

 

And bonus "Likes" for using LEGO, cause LEGO are awesome!

 

Until I read the description, somehow I was thinking you used the minutes hand gear for rotation. No need for the step down gear ratio, but it would take a whole hour for the full 360.

  • Like 3
Link to comment
Share on other sites

Wouldn't a Lego electric rotor work as well? I am trying to think excuses to buy a mechanical lego set  :devil:

LEGO motors spin pretty fast (35 to 4100 rpm depending on models), so you'd need to step down the speed several times. But it's quite doable.

 

Now the LEGO Mindstorm servo motors could be an interesting choice, as you can control how much they move.

Edited by Cranky Dog
  • Like 2
Link to comment
Share on other sites

I experimented using a regular DC motor, but it was much too fast. It took every Lego gear in my collection to get the speed to something reasonable, and by then the whole thing was a noisy shaky monster. It wasn't stable enough for pictures.

The servos are an interesting option, since you can control them precisely. The only issue is that they don't always have 360 degrees range. That is doable with gears, but you lose some angular resolution.

The ideal motor is a stepper motor, but I don't know if you can get a Lego one. They require a controller. You can get cheap kits if you don't mind some programming.

But don't let me dissuade you from buying Lego motors. You paint tiny monsters for a hobby, you can buy a toy if you want to.

Edited by Pragma
  • Like 3
Link to comment
Share on other sites

Actually, a slower lego motor would probably work well in combination with a lego worm gear, which can easily give you gear ratios of 24:1 or even more. It also depends on how fast your camera shoots - mine is very slow but if your camera has a burst mode then you can afford to have it run a little faster.

Link to comment
Share on other sites

Nice engineering for small subjects.

If you want a larger turntable with a higher weight limit, you could try this:

  1. Find a round lazy Susan. Bigger diameter is better in most cases.
  2. Find a small motor without too high a rotation speed.
  3. Attach a wheel with a rubber tire to the axle of the motor. Lego is a decent place to look but many toys have such wheels and tires as well. The smaller the tire, the slower the rotation for a given motor speed.
  4. Mount the motor so the wheel touches the rim of the lazy Susan.

When you run the motor, the tire will cause the lazy Susan to rotate. With a decent bearing in the turntable, you should be able to get quite a smooth turn.

 

Other notes:

  • Burst mode is unlikely to be a good method, as most cameras will fill their buffers quickly and then slow down their burst rate. If you're using a 1DX or a D4S with a high-end memory card, this probably won't be a problem. (So for only $7K or so ....)
  • Nikon DSLRs have built in interval shooting that will stitch in camera into a nice time-lapse. For most people, this is a minor reason to buy that brand, but if already have a Nikon, this task is a bit easier.
  • Like 2
Link to comment
Share on other sites

Ok, got a clock machine. Left only the second tab. Glued a large Bones KS plastic base that fitted the now empty clock face perfectly.


 


Its strength is soooo feeble it won't even cope with the base weight, won't move just like... shiver there. Shessh, I mean no harm to you, cheap chinese clock!


 


:down:


Little chinese thing is sentient it seems, and clings to the battery I used to test it... can't remove it. It's alive and won't go into darkness again.


  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Who's Online   2 Members, 0 Anonymous, 313 Guests (See full list)

×
×
  • Create New...