Hello,
Can some one guide me regarding giving input to Nullsrc link in linux?
According to the TI document, Network tools have been tested on Windows PC only. So kindly suggest me how to give input using file read.
Thank you.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Priya,
Network tools have been tested on Linux PC as well. What version of VSDK are you using?
For VSDK2.10 onwards you should be able to find network tools binaries (*.out) under bin folder.
Priya,
You can find network tools binaries at vision_sdk\tools\network_tools\bin in VSDK.
You can refer to network tools user guide vision_sdk\tools\network_tools\docs for information on how to use it.
For building on Linux, edit RULES.MK and set BUILD_OS to ‘Linux’.
"make all" from bash terminal will build all network tools.