source: flair-dev/trunk/include/FlairVisionFilter/init.h@ 44

Last change on this file since 44 was 44, checked in by Sanahuja Guillaume, 7 years ago

m

File size: 396 bytes
Line 
1#include <string>
2
3/*!
4* \brief DSP setup
5*
6* Setup DSP executable file. \n
7* If this method is not called, no DSP processing will be available. \n
8*
9* \param file DSP executable file
10* \param globalTimeoutMs timeout for all DSP functions, in ms (timeout is only
11* used to display a warning. -1 to disable timeout
12*/
13void SetupDSP(std::string file,int globalTimeoutMs=-1);
14
15
16void CloseDSP(void);
Note: See TracBrowser for help on using the repository browser.