Hi,
- To use QGIS processing API, I think that you must tell QGIS where is installed OTB.
- To use OTB python API (which is not the same thing as the QGIS API), you could define the following environment variables:
-
PATH<-- otbbindirectory -
LD_LIBRARY_PATH(PATHon windows?) <-- otblibdirectory -
OTB_APPLICATION_PATH<-- otblib/otb/applicationsdirectory -
PYTHONPATH<-- otblib/otb/pythondirectory
Hope that helps you!