Romil Punetha
Romil Punetha
Any tentative release date for this?
> No sorry. It used to work but now it would need a couple hours of refactor to be updated. Is this a feature you would use? Would you be...
> @romilpunetha it works again! > > For details, see property `Capture.body_skeleton` in pyk4a/capture.py > > And example/pose_display_2d.py Great! I'll give it a try now.
> @romilpunetha it works again! > > For details, see property `Capture.body_skeleton` in pyk4a/capture.py > > And example/pose_display_2d.py I'm getting the following error in reinstalling: ``` error: option --enable-body-tracking not...
I also edited the setup.py to not depend on the body tracking flag. The setup completed. However, the example is throwing the following error: ``` $ python example/pose_display_2d.py Traceback (most...
This is the full command: ``` pip install pyk4a --no-use-pep517 --no-build-isolation --global-option=build_ext --global-option="-IC:\Program Files\Azure Kinect SDK v1.4.1\sdk\include;C:\Program Files\Azure Kinect Body Tracking SDK\sdk\include" --global-option="-LC:\Program Files\Azure Kinect SDK v1.4.1\sdk\windows-desktop\amd64\release\lib;C:\Program Files\Azure Kinect Body...
Had some issues with the nvidia library. Fixed those and it seems to be working now. Thanks a lot for the help @lpasselin!
Any way to run the same on ubuntu 18.04? I used the following command to install this on windows: ``` pip install --no-use-pep517 --no-build-isolation --global-option=build_ext --global-option="-IC:\Program Files\Azure Kinect SDK v1.4.1\sdk\include;C:\Program...
> Any way to run the same on ubuntu 18.04? I used the following command to install this on windows: > > ``` > pip install --no-use-pep517 --no-build-isolation --global-option=build_ext --global-option="-IC:\Program...
> > Any way to run the same on ubuntu 18.04? I used the following command to install this on windows: > > ``` > > pip install --no-use-pep517 --no-build-isolation...