I want to record video that nuitrack skeleton tracking.
So, I bought Nuitrack perpetual license.
sensor : Intel realsense 435
O/S : Windows 10
Language : C++/C#
Tool : Visual studio 2019 community
Is there something like an example that allows video to be captured while the skeleton tracking program is running?
My process is roughly like below.
- When the socket program waits for a signal, it launches the nuitrack skeleton tracking viewer.
- When the stop signal comes in, we stop the nuitrack skeleton tracking viewer.
During this time, video is captured.
If there’s a good way, share it