Introduction: 360 Degree Product Photography With Product Photo 360

In this Instructable I will show you how to make easily 360 degree product photography. This Instructable is based on the Product Photo 360 full description which is available in the link below.

http://preparatorium.hu/360_degree_product_photography.html

Features:

-Free software and turntable

-Easy to use

-Up to 512 photos per full turn

-More than one thousand supported cameras

-3D printable turntable

-Easy to assemble

-Order the necessary parts for less than $10

-Open source

The program Product Photo 360 runs under Linux OS, but it shouldn't discourage the Windows users. I made a custom live CD which help Windows users also can use the program.

The camera is controlled by the program gphoto2. The list of the supported cameras is available in the link below. http://www.gphoto.org/proj/libgphoto2/support.php

Step 1: Necessary Equipment

Necessary equipment:

-Camera with usb cable

-Camera tripod

-Computer

-Usb extension cable (useful, but not necessary)

Necessary parts for the rotating device (costs less than $ 10 if you order them form ebay):

-Arduino Nano (ebay)

-Stepper motor (28BYJ-48) and controller (ULN2003) (ebay)

-6 female-female jumper cable (ebay)

-1 bearing (6900Z 10x22x6 mm) (ebay)

-2 wooden board

-8 wood screw

Step 2: The Rotating Device

I designed two 3D printable elements to assemble the turntable easily. Download the two files below and print them with a 3D printer.

turntable-A_element.stl

turntable-B_element.stl

On the images the measurements are in millimeters.

Assebling the turntable:

Screw the element B to a wooden board and then snap the bearing to it. Insert the stepper motor to the bottom of element A and then screw the element to an another wooden board. Then push the element A and B together.

The carrying capacity of the turntable is about 2 kg. If you want to rotate a heavier object, the printed elements may break or the stepper motor can't rotate it.

Step 3: Software

I wrote the productphoto360.py program to control the camera and the rotating device, which runs under Linux. The program is available from the link below.

productphoto360.py

After downloading make it exceutable:

$ chmod a+rx productphoto360.py

The productphoto360.py uses several other programs. Install the dependencies with the command:

$ sudo apt-get install python-serial gphoto2 imagemagick arduino arduino-core

Step 4: Windows Users

I made a Custom Live CD which help Windows users also can use the program. Every program and file is installed on the Live CD. The system is ready to use. Download it from the link below, make a bootable pendrive, and restart your computer.

Lubuntu_14.04_for_Product_Photo_360.iso

(Note: The Live CD is a 32 bit Lubuntu 14.04 LTS OS, which is customized by installing the necessary files and programs.)

After the Live CD booted, choose the option Try Lubuntu without installing. As the system booted double click on the icon ProductPhoto360 to launch the program.

Step 5: Assembly

1. Connecting the motor controller with the stepper motor and the Arduino Nano:

The controller and the stepper motor can be easily joined with the help of a plug. According to the chart below jumper cables connect the controller and the Arduino pins:

Arduino Nano | Controller

5V | +

GND | -

D8 | IN1

D9 | IN2

D10 | IN3

D11 | IN4

2. Connecting the Arduino Nano to the computer:

Connect the Arduino to the computer with a usb data cable. The Arduino boots in a few seconds and ready to use.

3. Connecting the camera to the computer:

After setting the camera (aperture, shutter speed, etc...), connect it to the computer with an USB data cable. In case the operating system mounts the camera, you have to unmount it manually.

Step 6: Using the Program

Before the first usage of the program Product Photo 360 you have to install the script productphoto360_stepper.ino to the Arduino. (Download the file from the link below...)

productphoto360_stepper.ino

Launch the program Product Photo 360 with the command:

$ python productphoto360.py

If you use the Live CD simply click on the icon ProductPhoto360 in the desktop.

If you want more info about the program usage visit: preparatorium.hu/360_degree_product_photography.html#usage

Step 7: Miscellaneous

In the full description I show how I edit the photos, how to make .gif animation, and how to upload the photos to a webpage as a 360 degree product view animation.

preparatorium.hu/360_degree_product_photography.html#editing_the_photos

Furthermore in the full description you can read Tips for better results and FAQs.

preparatorium.hu/360_degree_product_photography.html#tips

preparatorium.hu/360_degree_product_photography.html#FAQ

The program and everything you can download in the description was made in my free time, I did not get salary for it. Please donate my project with a little amount. Donate

Thank you for viewing this Instructable!

I hope you liked it!