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

Segmentation fault (core dumped) #50

Closed kaimingkuang closed 1 year ago

kaimingkuang commented 1 year ago

I am trying to stream RGBD video using record3d but I run into segmentation fault every single time:

1 device(s) found
        ID: 4776
        UDID: 00008101-0011348121B8001E

Camera Intrinsics: [[435.33657837   0.         240.14639282]
 [  0.         435.33657837 320.78341675]
 [  0.           0.           1.        ]]
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Segmentation fault (core dumped)

These are the softwares/hardwares I am using:

Thank you!

marek-simonik commented 1 year ago

Please update the record3d library to the latest version (1.3.1) — either via pip or by installing from source. The Record3D iOS app version 1.7.2 and newer has to be used with the record3d library version 1.3.1 (or newer).

marek-simonik commented 1 year ago

I assume the segfault has been fixed by updating to the latest version of Record3D iOS app and library so I'm closing this issue. Feel free to reopen if the problems persist.