I have RealSense but I don't have Kinect, so I was giving up on Skeleton Tracking, but with RealSense [Skeleton Tracking SDK can be used](https://dev.classmethod.jp/articles/skeleton-tracking- I heard sdk-by-cubenos-tutorial-windows /).
https://www.intelrealsense.com/skeleton-tracking/ Start from "Quick Start" on the right side here.
This time I will try it with python. According to this article, python 3.8 is not supported. So
The virtual environment is created with this. https://www.python.jp/install/windows/venv.html
Once the environment is created
py -3.7 -m venv py37env
Allow it to run in 3.7.
python estimate-keypoints.py -o C:\tmp\output01.jpg C:\Users\username\Downloads\Image name.jpg
It was big!
Next, I would like to try using real-time video acquired with RealSense.
I wonder if this can be embedded in Touch Designer. Or even with external cooperation, if this tracking image can be read by TD, various things can be done ... And dreaming.
Recommended Posts