Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Aptina's Software Development Kit (SDK) provides multiple APIs for you to develop and customize your applications depending on your needs.


Customizing DevWare DevWareX  

  • Custom "User" toolbar - You can create your own buttons on DevWare's toolbar using the INI file syntax.  This can be done just by editing the INI file (no compilation necessary).  You can include your own icon and tooltips as well.
  • For more complex scripting you can use DevWare Python within your INI file.
  • If you would like a GUI to run within DevWare or need access to the image data you can use the DevWare Plugin API

...

There are several sample applications for all of these APIs, which are installed in C:\Aptina Imaging\samples.
They use Visual Studio 2012, and Qt 5.4 where applicable.

...