Examples #
Name | Description |
---|---|
skeleton_example.exe | For demonstrating ways to use the LIPSense™ 3D Body Pose SDK to draw skeletons on RGB images and 3D coordination. |
skeleton_opencv.exe | For demonstrating how does the LIPSense 3D Body Pose SDK work with OpenCV |
Prerequisites #
- cmake
- OpenCV
- Microsoft Visual Studio (VS2022 being the recommended version)
Build #
- Download the example code from github or copy from SDK (C:\Program Files\LIPSBodyPose\samples).

2. Paste the files to the desired location.

3. Right click the skeleton_example folder and select Open with Visual Studio.

4. From the top bar, select Build > Build All to compile the skeleton_example.

5. Verify the Build All succeeded message in the Output window, indicating the compilation process is successful.

6. From the top bar, expand Select Startup Items and select skeleton_example.exe (install\skeleton_example.exe).

7. Click the Arrow sign to execute the built example application.
