Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone can provide video tutorial on setup? #107

Open
akash02ita opened this issue Nov 18, 2022 · 3 comments
Open

Anyone can provide video tutorial on setup? #107

akash02ita opened this issue Nov 18, 2022 · 3 comments

Comments

@akash02ita
Copy link

I would appreciate if a video tutorial is posted regarding installation of PyKinect2.
Using directly pip install pykinect2 works but fails to run the examples provided.

@akash02ita
Copy link
Author

akash02ita commented Nov 18, 2022

even used Anaconda 32-bit still same issue comes up.

@SujithChristopher
Copy link

SujithChristopher commented Dec 7, 2022

It works on python 3.7

see this #88

@MicroBugTracker
Copy link

This happens due to a deprecated function time.clock() in python 3.8 which is present in the PyKinectRuntime.py
To solve the issue navigate to path_to\pykinect2\PyKinectRuntime.py

Find and replace all instances of time.clock() with time.perf_counter()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants