The C# sample programs are located at {VCAMERA_SDK_INSTALLATION_PATH}/Percipio_SDK/API/csharp/net48/example/PercipioSdkExample and include:
DepthToPointCloud/Program.cs: Implements alignment of depth images to point cloud images.
DepthToColorRegistration/Program.cs: Implements pixel-level coordinate alignment between depth images and color images.
SoftTrigger/Program.cs: Configures the camera to operate in software trigger mode. The camera captures depth images after receiving a software trigger command.
DumpAllFeatures/Program.cs: Lists all features supported by the current camera.
ReadWriteFeatures/Program.cs: Demonstrates reading and writing of the camera features.
UserSetSelector/Program.cs: Selects a camera user set.
FetchFrameContinuous/Program.cs: Configures the camera to operate in continuous capture mode and capture depth images.
ListDevices/Program.cs: Lists all cameras connected to the computer.
The recommended Visual Studio version is 2022. Other versions are not tested and the compatibility is not guaranteed.
Download and install Visual Studio. Important: During installation, select the .NET desktop development workload under the Desktop and Mobile Applications category.