How to use the SDK with visual studio

I did install everything and when I run something, like depth reader i can see a lot of numbers running down. But how do I get to the actual picture or model?

Did you run the SFML projects? Or just the poll /event reader? Try opening SFML projects

Now I got a picture and looks actually not too bad. So how do i get the system making a static 3D model and how it export it?

I only could see live video with the SFML.

Thank you

Best regards

Markus

The output, as any image being processed, is a matrix, what the astra sdk gives you is a matrix of depths, and the picture you are visualizing is just an animation in gray scale of that matrix, you can either work with that raw data or use a command that records the screen, I think there’s that option in the SFML project.