Skip to main content
3 votes
1 answer
377 views

I have installed KinectV2 SDK on my Windows 10 system and test it successfully inside SDK browsers. I tried to run some code from Pykinect2 library but there was an issues while importing: from ...
Omid Mollaei's user avatar
0 votes
1 answer
719 views

I'm trying right now using PyCharm IDE to just turn on my camera Kinect v2 using PyKinect2, but I can't. If they are is any solution can you help me? This is the code: import pygame from pykinect2 ...
Zayd Elbassri's user avatar
1 vote
1 answer
927 views

I have created a virtual environment and used pip install pykinect2 to install pykinect2, but when I run the code import pykinect2 I am presented with the following error. I am using VSCode as my IDE. ...
Sho's user avatar
  • 19
1 vote
1 answer
341 views

COMtype compatibility issue : As we know mediapipe works well with higher versions of python. i.e., 3.x and higher. I am looking a for ways to implement features of mediapipe into pikinect2 for hand ...
Vignesh Shanbhag's user avatar
1 vote
1 answer
1k views

I have a sequences of pngs and corresponding depth files (aligned to the corresponding images) from an external camera. RGB: 1.png 2.png 3.png etc 150.png Depth: 1.txt 2.txt 3.txt etc 150.txt I also ...
mattsap's user avatar
  • 3,816
1 vote
0 answers
233 views

I have now completed the calibration of Kinect depth camera and RGB camera, obtained the internal and external parameters, FX, FY, CX and cy of the camera with MATLAB, and calculated R and T with the ...
Lee Edition's user avatar
0 votes
1 answer
686 views

Is it possible to work with multiple (two) kinect2 device with pykinect2? I didn't find any information on how to call the second device. By default, the image comes from the main kinect. I will be ...
Arkadiy Epanov's user avatar
1 vote
1 answer
665 views

New to pykinect and kinect in general -- trying to simply get a count of bodies currently being tracked. No skeletal or joint data required. Just want to get a running count of bodies currently in ...
pimm245's user avatar
  • 13
1 vote
1 answer
424 views

I'm having trouble finding any sort of documentation or instruction for pykinect, specifically for the xbox 360 version of the kinect. how do I get skeletal data or where do I find the docs?? if I ...
Drew's user avatar
  • 11
0 votes
2 answers
409 views

I want to track human, While "from pykinect import nui" gives me below error File "C:\ProgramData\Anaconda3\lib\site-packages\pykinect\nui\structs.py" NUI_SKELETON_POSITION_COUNT = JointId.Count....
msahab's user avatar
  • 11
2 votes
1 answer
3k views

I want to get the depth and rgb video stream from a kinect (version 1). I'm using the Python 3 version of pykinect, not CPython. I have found some examples but Pykinect documentation is nearly ...
imad's user avatar
  • 378
0 votes
1 answer
1k views

I am trying to extract the depth data from a pixel that is clicked on with the mouse. Its works when I print the X,Y coordinates. It dosen't work when I try to print pixel depth data .The code Im ...
joebob's user avatar
  • 11
1 vote
0 answers
157 views

l have skeleton data of 15 joints per person. Each person is described with (X,Y,Z) coordinates. Give that coordinates, l would like to find the pixel locations in the depth and in the RGB images. ...
Taylor's user avatar
  • 127
0 votes
1 answer
3k views

I am using PyKinect with OpenCV in windows to save RGB and kinect Depth images. Which works fine to display both RGB and Depth images. Frame rates for both RGB and Depth images are 30FPS. I want to ...
amran hossen's user avatar
1 vote
2 answers
3k views

I am currently getting a real time RGB video from a Kinect2 camera using Pygame and pykinect2. I want to convert it into an open cv image so that it would be helpful for me in my further Computations. ...
vinay s's user avatar
  • 23

15 30 50 per page