I got my camera 2 days ago, installed the drivers, SDK and setup Unity.
Started the SDK with Admin rights (it would not start without at first) and then the huge dissapointment came, only 3-4 samples actually do what they are supposed to do.
Here is a list of all Samples that don't work and what happens:
Every single Unity Sample except Points Cloud crashes either instantly or after 1-2 seconds.
The camera itself works fine, the few samples run smooth, Windows Hello works instantly... But I was especially curious about the AR stuff with Unity, yet none of it works. Am I alone with this?
Link Copied
Update:
I think this could be related, that my machine "only" has an Intel i7 2600k... could this be true? It's the only requirement I don't fulfill... never thought that beast might not be able to handle it.
That's an unsupported CPU.
It definitely is the reason why some demos do not work.
Basically those apps need special instructions that are just not available in your CPU.
You can still get the raw data and process it yourself though.
For more complete information about compiler optimizations, see our Optimization Notice.