Jakob Bornecrantz

Results 54 comments of Jakob Bornecrantz

CAVE systems are far more complex then just 6 views, not only can it have stereo views (12 views) it can also have more then one "screen" per axis: http://www.visbox.com/products/cave/viscube-c4-t3x/...

Apologies for the delay in replying. It allows you to reasons about things like how you treat the origin of the world without having to think about the actual views....

Some thoughts: * For OpenXR environmental blend mode only effects how the *entire* stack of layers blends with the background. That is logically the compositor first collapses the entire stack...

That API looks nice, and having a way to skip or even do the init yourself at start up would be nice. So on some mobile devices one optimisation that...

The above fix doesn't show any mesh, applying this patch allows me to show uncoloured mesh. ```diff diff --git a/src/visualizer/OpenCvVisualizer3D.cpp b/src/visualizer/OpenCvVisualizer3D.cpp index bab1f821..751bc29c 100644 --- a/src/visualizer/OpenCvVisualizer3D.cpp +++ b/src/visualizer/OpenCvVisualizer3D.cpp @@ -613,11...

@themarpe Thank you for your reply. I looked into it and while we use a thread to get the images, we stop the thread before deleting the device. I added...

@themarpe I have so far not gotten this error `v2.13.3` after removing the explicit `queue->close();` call. Will do some more experiments and see I can catch it, and close this...

Spoke to soon, just got one. Basically the same backtraces.

I'm running the camera at `118` FPS, if that might help you trigger it.

Ah thank you for the information, I'm currently working around it by closing the queue.