yangsy
About 239 wordsLess than 1 minute
2024-06-06
Caution
Tests have shown that some batches of the CS20 and CS30 development boards may have insufficient power supply, leading to failure to start. It is recommended to add an additional power supply Hub.
For 64-bit systems, use the armv8 SDK
For 32-bit systems, use the armv7 SDK
Unzip the SDK, open a terminal, and navigate to the bin directory. Execute the following command in the terminal:
sudo ./run.sh
The appearance of "Get Depth Success FPS:xx" indicates successful operation.
Unzip the SDK, open a terminal, and navigate to the bin directory.
Modify the run.sh file to:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../lib:../thirdpart/opencv440/lib
./SDKTest
Recompile opencv 4.4.0.
Replace the so libraries in the SDK directory /thirdpart/opencv440/lib/ with the freshly compiled opencv 4.4.0 so libraries.
Navigate to the bin directory in the terminal and execute the command:
sudo ./run.sh
CS20, CS30 may have insufficient power supply issues. Please refer to the external independent power supply. Or try reducing the integration time.
For CS20-P, CS40, CS40Pro, please check if the network 192.168.1.150 can be pinged.