Skip to main content

(Ⅰ) SDK

Ⅰ. Remote to Raspberry Pi

  1. SSH to the Raspberry Pi, extract the SDK folder and place it in the Raspberry Pi home directory.
远程到树莓派

Remote to Raspberry Pi

Ⅱ. Enable SDK

  1. In the motion capture software data broadcast, select the address on the host that is on the same network segment as the Raspberry Pi. Set the mode to multicast, select global for skeleton coordinates, and enable SDK.
开启SDK

Enable SDK

Ⅲ. Copy Library Files

  1. Use the following commands to navigate to the bin directory of the SDK file and copy the library files to this path.
cd gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf/bin/
cp ../lib/libnokov_sdk.so ./
复制sdk库文件

Copy SDK Library Files

Ⅳ. Run SampleClient

  1. Use the following commands to first grant executable permissions and then run the SampleClient file, enter the IP address, which is the address of the motion capture software running on the same network segment as the Raspberry Pi.
chmod +x SampleClient
./SampleClient
运行SampleClient

Run SampleClient