- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I have been looking for hours for a simple hello world c# example. All I want to do is have a depth stream shown. All of the other sample applications are so complicated it would take hours to strip them out of all the unneeded code.
I followed this tutorial to start an application from scratch but compiling it is giving me 25 errors.
Why is there no simple hello world demo in the samples?!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stay tuned. One's in the works, waiting for clearance......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Colleen Culbertson (Intel) wrote:
Stay tuned. One's in the works, waiting for clearance......
Thanks for the reply.
I have managed to get the demo code working but only from color stream.
I am struggling in getting the raw depth value out of the depth stream and converting that to a bitmap.
sample.color.AcquireAccess(PXCMImage.Access.ACCESS_READ, PXCMImage.PixelFormat.PIXEL_FORMAT_RGB24, out colorData);
colorBitmap = colorData.ToBitmap(0, sample.color.info.width, sample.color.info.height);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Still pulling my hair over this issue. Can someone please tell me how to extract x,y,z data from depth coordinates?
As a beginner the SDK documentation is so convoluted its impossible to make any sense out of it. The sample code included are just snippets and include variables that are not defined in the sample code.
What I am looking for is probably done in a few lines of code, but I cant find anything that I can use to help me get to this point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hope this documentation will help you or guide you in the right direction
https://software.intel.com/en-us/taxonomy/term/20803
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vlad,
You can find more info of the coordinate system here:

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page