/Projects/Turntable Photography Equipment

A friend asked me if I could build him a device that would allow him to take photos of his products in 360 degrees. That kind of photo is actually an animation that consists of several photos of the same product but from different angles. It means that we need a device that can be controllable and that could take pictures on even intervals.

UPDATE: English version of software is now available for download here.

The idea:

turnphotoilustracijaen
Ilustracija rješenja

As we can see from the picture above, a device called "Turn Photo" controls the digital camera (focus and shutter) and the device itself is controlled by a PC application written in Delphi 7.

All project files are available for download by clicking on the red download button below.

Turn Photo - hardware
Roughly, the device consists of PIC16F628A microcontroller, USB<->Serial PL2303 converter IC, ULN2803A IC transistor array, 2 opto-couplers and one stepper motor. Electronics are powered from USB port, actually from a PL2303 PCB Module, and motor is powered by independent 12V power source.

sch
Circuit schematics of controller hardware

pcb
PCB of controller

Two versions of this device were built. The first one was with stepper motor from an old 5.25" floppy drive TEAC 14769070-90. That is a unipolar motor with 4 coils inside, and it has a resolution of 1.8 degrees per step which makes 200 steps in total per one complete revolution. When we drive it with half-stepping method, it doubles to 400 steps per revolution. A problem with this realization was that I didn't use gears between the motor and the rotating plate (a circular plexiglass sheet that holds/rotates the product) - it was a direct-drive. A thing to note here is that we need to rotate objects with the smallest speed possible to avoid them dancing all over the plate. So, with a direct-drive and slow motor speed it produced massive vibrations. When motor speeds up - vibrations disappear, but we don't want it speeding around. After testing and trying to fix the problem by changing stepper motor driver parameters and using dampers I decided to abandon this direct-drive design.

prvaverzija1
First version with stepper from floppy driver and direct-drive - in the making

prvaverzija2
Finished first version - ...abandoned later

Second version of mechanics (the winning combination) is done by using a stepper motor M35ST-7P from an old HP scanner which was also unipolar with 4 coils but with a much smaller resolution of just 7.5 degrees per step. It means that the motor makes just 48 steps per one revolution. The good thing is that two gears came with this motor and the steps were prescaled by 25 (1:25 gear ratio) which means we now have 360/48/25 = 0.3 degrees per step. Another good thing here is that we can drive it faster because the speed also reduces by 25 x. This solves the vibrations problem totally and now we also have a maximum of 1200 steps or even 2400 with half-stepping per one revolution of final "drive" gear.

DSC06445

DSC06446
Stepper motor - 12V (40 ohm)

A 15.5cm diameter circular plexiglass plate is fitted to the final "driving" gear which holds the photographed product. Here cou can see a video of CNC machine drilling the plexiglass circle (warning: very bad video quality).

DSC06448
Photo of finished device - without the working plate (plexiglass)

DSC06443
Connectors at the back: USB, 12V source and female stereo jack for camera remote controller cable

rszp1020101
rszp1020103
Photo of finished device

Turn Photo - firmware
The PIC16F628A has a job to receive and respond to commands that arrive from the PC application, to control the stepper motor and also to control the camera (focus and shutter). Firmware is written in HI-TECH C language and is also available for download.

Camera is controlled with two 4N35 NPN opto-couplers and they are connected to 3.5mm female stereo jack that accepts a cable for virtually any camera. My friend has a Nikon D700 camera so I made a cable for it from the Nikon's "remote".

rsznikonremote
Camera "remote" that will be converted to a cable

PIC microcontroller receives commands from the PC application over USB<->Serial converter IC, completes the requested command and answers back to the PC application. PIC supports these commands:

1. Type of stepping (normal or half-stepping)
2. Motor speed/period
3. Direction of rotation
4. Making a photo (focusing and shooting with custom focus and shutter durations)
5. Delay after shooting

PC application
Application is written in Delphi 7 and has a very simple environment where all parameters can be adjusted. Please note that application is currently only in Bosnian/Croatian/Serbian language, so if anyone is interested, I could translate it to English. Source-code is available for download on request.

scr1
Screenshot of PC application for control

After entering the number of required photos (usually 30-40 is enough for a smooth animation), the application will calculate how many steps it needs to make and the process can start. As the camera is making pictures, they automatically appear at the bottom of the application (the white space) and after the process completes, a single click will copy all photos from that session to a custom directory. This allows a certain amount of automation especially when you need to photograph many products in series.

PC application supports stepper motors with different/custom gear ratio. We simply enter number of steps per one complete revolution and gear ratio (if there are gears attached to the motor) and that is it:

scr3
Motor parameters

If the device is used to make 360 degrees photos of different products (different weight - speed, number of photos per product, different parameters, ...) it would be a great idea to save settings for each product type. This is done by saving those settings into "profiles" and loading them later.

scrprofili
Application profiles

This makes it possible to speed up the process of photography even more because there is no need to punch in the numbers every time, we simply re-load them.

Video of the device in action
Coming soon! - I actually gave this device to a friend the moment I finished it, so I never got the chance to make a proper video presentation. I hope to see him soon and make a video of device in action. In the meantime check out the video of stock devices (it is the same thing): http://bit.ly/Hxk2tN

Author (sent by): Trax

Download counter: 948

Rating: (2.97, votes 3953)

Vote:

Date: 10-04-2012

Lokalna verzija ove stranice: Oprema za fotografisanje u 360 stepeni

832_turn_photo.rar

Bookmark and Share Comments (60)

similar content

comment [20]

Wow, I'm impressed. Do you have any videos of it running? I'd love to see it in action. Hey – you should probably check out imajize.com, they've got pretty sweet HTML5-based 360 viewer with full-screen mode. And it's free if you're a professional photographer. They're kinda like the vimeo of 360 views.
IP: 66.215.112.137

comment [19]

You need to find pinout diagram for your particular NIKON and see where to connect those wires - I have no idea because I don't have it. You can use ANY stepper motor, but it must have 5 wires - one common and 4 wires for 4 coils!
IP: n/a

comment [18]

How to connect the camera Nikon D3100 (where what wire to connect, solder)? What stepper motor can be used more popular and more powerful?
IP: 109.236.212.45

comment [17]

I meant: you plug in your Camera to PC USB port, and Data Transfer (just like USB memory). If camera can take pictures WHILE in that mode - then you don't need any additional software. If it can't work in both modes at the same time, then you need camera's original software that will copy images to some directory on your PC while it takes pictures...
IP: n/a

comment [16]

You mean FileTransferMode or MediaTransferProtocol? Can not see any info about FTM.
IP: 164.126.77.225

comment [15]

The Delphi application finds new images from camera's memory card and any new picture is copied to the destination directory. That is if your camera supports FILE TRANSFER MODE while it operates! If it doesn't support it, then a Nikon's software must be used (if you are using Nikon). If none of that works, you simply copy the files manually after taking pictures - no big deal!
IP: n/a

comment [14]

Hello Great device ! Just started to prepare similar and i get there. I can't understand one point, how the images are transfered to PC. To be honest i didnt browse delphi files, but i suppose it could be a problem with getting work application with PTP together. Maybe you are using nikon's software to get the pictures from the camera. could you explain that? Once more, great device Regards, Tommy
IP: 109.243.224.72

comment [13]

Hello, I will translate the software in next few days. In the meantime, it would be GREAT to see some photos of your version of hardware! Thanks
IP: n/a

comment [12]

Hey :)! Sorry for taking my time with my replies but I've made the hardware by enlisting the help of an electrician I know. I have downloaded the software but I am find it very difficult to use as I do not understand. Could you please code the English translation for me? Regards, Saf
IP: n/a

comment [11]

Thanks for the reply. I am investigating Audrino.
IP: 70.131.147.197


Comment page: <123456>


add comment

name

e-mail (will not be published)

website

How much is = also add letter "a" at the end of your result! Eg.: 7a

Please log-in!

You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.

site friends

sponsored links

ads