-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Hello everyone. After several difficulties I managed to compile the project with all the mandatory libraries and also with the Azure Kinect SDK on a Windows computer. I am trying to run run_on_camera_sequence.exe passing as path to the body folder the absolute path to the data/_body folder and as body name only triangle. I connected the Kinect to the computer and tested that it works correctly using Kinect Studio. However, when I run run_on_camera_sequence.exe I get the error:
"Error setting up azure_kinect_color"
Similarly, when I run run_pen_paper_demo.exe I get the error
"Error setting up color_camera"
What should I do? Did I skip some steps in the Kinect configuration? Do I need to specify paths to specific yaml files? If so, how? Can you give me more information?Hello!