GithubHelp home page GithubHelp logo

Comments (3)

tagelokoy avatar tagelokoy commented on July 30, 2024 1

Thanks for helping solve what was actually an installation problem on my part. Using pip install git+https://github.com/etiennedub/pyk4a.git --upgrade didn't work on its own, I had to had --global-option=build_ext --global-option="-IC:\Program Files\Azure Kinect SDK v1.4.0\sdk\include" --global-option="-LC:\Program Files\Azure Kinect SDK v1.4.0\sdk\windows-desktop\amd64\release\lib".

Are you considering adding the latest version from master to pypi? I would like to add this wrapper as a dependency in another package, but it seems kinda tricky this way. Feel no obligation to answer this, the issue is solved and closed of course.

from pyk4a.

lpasselin avatar lpasselin commented on July 30, 2024 1

Yeah we will probably release it soon but there are still some functions to test.
When the covid situation settles down I will have access to my kinect.

from pyk4a.

lpasselin avatar lpasselin commented on July 30, 2024

I am not sure how to generate the file you are seeing. It seems to be a summary of the pyk4a.cpp file (k4a_module).

device_get_depth_image is in your screenshot.

transformation_depth_image_to_color_camera is not there because it is not in pyk4a version 0.3 (current version on pypi). You installed with pip install pyk4a [...] and the code is not yet up to date with this repository yet so it is normal! The actual code is at this tag https://github.com/etiennedub/pyk4a/tree/0.3

You should still be able to use the wrapper with the version you installed.

If you want to use the master branch, you can still do it by installing from git with pip install git+https://github.com/etiennedub/pyk4a.git --upgrade

from pyk4a.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.