-
Notifications
You must be signed in to change notification settings - Fork 236
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
Related to 1.getting same values of pixel in entire column 2. frame resolution #101
Comments
And my second issue is about frame resolution , In kinect/pykinect2 i am not able to reduce the resolution properly. if i want 15x15 resolution then it converts height only 15 and width is 120. when i am going to increase the resolution above 120x120 then it work properly but below 120x120 it only decreases the height and the width is 120 as it is . |
my code: import cv2 from pykinect2 import PyKinectV2
def draw_Depth_newframe(self, frame, target_surface):
#frame = frame.astype(np.uint8) def run(self):
main = "Kinect v2 Depth" please help me in this issues. |
Sorry if I bother you. |
The text was updated successfully, but these errors were encountered: