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

How can I save the video streaming #73

Open nioh3 opened 8 months ago

nioh3 commented 8 months ago

How can I save the video streaming?i can only view it. Then, can i save the rgbd photos instead of video?

marek-simonik commented 8 months ago

Hello,

this library is only meant to facilitate low-level RGBD streaming functionality, so there is no built-in support for saving the video stream.

Please consider this library just as a basic building block that you can use in your own application, in which you would implement video/frame saving on your own and based on your own requirements.