Click here to Skip to main content
15,881,860 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello everyone!
I am trying to downsample the RGB output of kinect to 40x40 using C#. I have been using writeablebitmap to get the RGB output however, I could not find a good way to convert writeablebitmap to bitmap where I can downsample.
I tried a couple ways including saving the writeablebitmap frame as a JPEG then downsampling the JPEG but after the first frame, it would not work.

I was wondering if there is any better way to downsample the output of kinect.
Posted
Updated 28-Oct-12 7:21am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900