Marek Šimoník

Results 73 comments of Marek Šimoník

I don't think it would be possible to weaken the requirement of iOS/iPadOS 16 without a performance hit; iOS 16 brought new APIs that made it possible for me to...

Hello, the purpose of the C++ and Python demos is just to demonstrate how you can use the `record3d` library; it's not meant as a full-fledged app. I meant it...

Hello Andrew, yes, they should be scale-consistent. The depth maps hold depth values expressed in meters and the LiDAR world position reported by Apple's API (which is what Record3D saves)...

Hello, I do not think it would be possible to create a static mesh out of a 3D video in general because there can be moving objects in the scene...

Starting with Record3D 1.8, you can get up to 1440x1920 px RGB images for LiDAR. More details here: https://github.com/marek-simonik/record3d/issues/34

The option to record 1440x1920 px RGB images for LiDAR has been added in Record3D 1.8. To enable this option, navigate to the Settings tab and turn on "Higher-quality LiDAR...

I'm closing this issue due to inactivity, but feel free to comment and I'll try to help.

Hi, the color-based depth encoding is able to store values in the range 0–1, so a mapping that converts the values in 0–1 to absolute depth values in meters is...

I'm not sure if logarithmic/nonlinear mapping would work well; my main concern is that the WebRTC video compression can introduce significant noise (especially with low bandwidth) and that the nonlinearity...

Thanks for sharing the screenshots, @graycrawford :)! Please download the latest update of Record3D (version 1.8.3, released yesterday) — there is a new option in the Settings tab > Export...