marek-simonik / record3d

Accompanying library for the Record3D iOS app (https://record3d.app/). Allows you to receive RGBD stream from iOS devices with TrueDepth camera(s).
https://record3d.app/
GNU Lesser General Public License v2.1
383 stars 57 forks source link

What dose High quality RGBD stream mean? #25

Closed jackchinor closed 2 years ago

jackchinor commented 2 years ago

Hi, thanks for sharing this repo, What dose High quality RGBD stream mean? High quality RGBD means higher resolution or something else? Can I get high resolution(640480) RGB and 256192 deph map ? hoping for your kind reply. Thanks.

marek-simonik commented 2 years ago

Hi, did you mean the "Higher quality LiDAR recording" option in the Record3D Settings section? If you enable this option, you will get 720x960 px RGB images and 192x256 px depth images for LiDAR. If you disable the option, then both the RGB and the depth images will be 192x256 px.

I think this might answer your question, so I am closing this issue, but feel free to add a new comment if something would not be clear (or send me an email).

jackchinor commented 2 years ago

Hi, did you mean the "Higher quality LiDAR recording" option in the Record3D Settings section? If you enable this option, you will get 720x960 px RGB images and 192x256 px depth images for LiDAR. If you disable the option, then both the RGB and the depth images will be 192x256 px.

I think this might answer your question, so I am closing this issue, but feel free to add a new comment if something would not be clear (or send me an email).

Thank you very much. That's what I want.