Aptina's Software Development Kit (SDK) provides multiple APIs for you to develop and customize your applications depending on your needs.
Customizing DevWare
- 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
...