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
382 stars 55 forks source link

Visual Code window pop up #26

Closed sonoshrmsi closed 2 years ago

sonoshrmsi commented 2 years ago

Dear Marek, your library is amazing. I wanna use this LiDar data for my university project for obstacle avoidance for truck platooning (prototypes). Is it possible to extract the point data from your library to use it in my control algorithm?

Best, Shahryar

marek-simonik commented 2 years ago

Hello Shahryar,

thank you :). Yes, it is possible to obtain point data using this library. You can do it by unprojecting the depth images using the provided intrinsic matrix similarly to how I do it here.

Since we are already in contact over email, I am closing this issue. But we can of course continue our discussion either in this thread or over email in case you would have any follow-up questions.

Thanks, Marek