Sean Andrist
Sean Andrist
Hi Sid, thanks for pointing that out! It looks like those links might have gotten broken sometime recently. We're looking into it now to see if we can dig up...
Here are a couple different approaches I could think of: 1. Get the color space pixel point as before, but then pass that to `ProjectToCameraSpace(IDepthDeviceCalibrationInfo, Point2D, Shared)` method in `CalibrationExtensions.cs`....
Hi Willie, unfortunately we are not able to generate a nuget for that one, because we can't redistribute the [RealSense SDK](https://www.intelrealsense.com/developers/) that it depends on. To use that component, you'll...
We haven't observed this behavior, but can try and replicate your setup to see if we can reproduce the behavior or not. A few questions: 1. Are you streaming over...
There is not currently a way to rename streams in place, without copying to a new store. And there is not an easy way to achieve this in PsiStudio, without...
I think I see the bug, and will PR a quick fix shortly. Just to be sure though, can you see what exception gets thrown exactly (and from where) when...
Thanks for the additional info. PR #242 should hopefully fix the bug in encoding infrared images, while also extending configuration options to allow for AHAT infrared images. Unfortunately, however, we...
Glad that it works, and thanks for the PR bringing the exporter in line with the recent changes! For your first question, only the `DepthImage` visualizer has properties for things...
I would try to compute the intersection of the gaze ray with the depth image meshes produced by the depth sensor. The "DepthImageCameraView" stream emits depth images along with the...
There is no such operator or component. To achieve such a re-order component reproducibly, in principle you would need to wait until the very last message on the stream before...