caiman from sourceTo change the options in the caiman executable, rebuild caiman from source.
Note
Power profiling is a deprecated feature, and is being removed from Streamline in a future version.
Extract the source.
Open CMakeLists.txt.
Modify the settings at the beginning of the file as required. If necessary, modify include_directories and target_link_libraries to add other dependencies, such as NI-DAQ.
Use CMake to generate either a Makefile or a Visual Studio project.
Build the project as normal.
To build a NI DAQ enabled version of caiman for Red Hat Enterprise Linux 6, set the following values in CMakeLists.txt:
SUPPORT_UDEV 0.
SUPPORT_DAQ 1.
NI_RUNTIME_LINK 0.
Also, verify the NI DAQ install paths within CMakeLists.txt.
See the National Instruments website, https://www.ni.com for the list of operating systems that NI DAQ supports.