Replies: 2 comments 10 replies
-
You'll need to first add For example, once you've added the
|
Beta Was this translation helpful? Give feedback.
-
This error usually indicates a mismatch in the project's platform target settings. The RealSense component is x64 only, so your project's Platform target also needs to be x64, as shown below: |
Beta Was this translation helpful? Give feedback.
-
After building Psi from source, I have the folders/files in the image.
If I make a new project in the Psi solution, how do I use Psi components? I tried
using Microsoft.Psi
in the default Program.cs of a basic Console App, but the compiler can't find the Microsoft.Psi package. Are there any tutorial videos that go through developing after building from source?Beta Was this translation helpful? Give feedback.
All reactions