About imaging in wpf/winform

Hi!Thank you very much for your help before. :flushed::flushed:I want to know how to show real images(Real-coloured scenes and people) instead of just a green person.:robot:

Hi Nolle,

First of all, you have to turn on depth-to-color registration: open nuitrack.config (%NUITRACK_HOME%/data), find the section “DepthProvider” and set “Depth2ColorRegistration” to true.

After that, you’ll be able to extract a user segment from an RGB map using ColorFrame and UserFrame.

You can also take a look at our sample Windows Forms project with Nuitrack.