Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderStylesolid
titleQuestions Addressed

I would like to create my own application to control the Pictomic 360 Product Photography Turntable.

...

How do I do it? (Assuming you are using a Pictomic Silver or Platinum Series Turntable.) 

Table of Contents
stylenumber

Build Your Turntable Application

Steps for building your application with our Turntable SDK (SDK.
In the SDK compressed file we added a an IconasysTurntableTest.cpp file as an example of how to use the Turntable SDK) .

  1. Add to the C++ compiler "include" directories option these paths:

    1.  "include" dir from our zip package

    2.  "include/ShutterStream" dir from our zip package


  2. Add to the linker library search these paths:
    1.  "lib" dir from our zip package 

...