Marek Šimoník

Results 73 comments of Marek Šimoník

Hello, can you please specify which errors do you get (either a screenshot or the text of the errors)? Regarding Wi-Fi streaming: as far as I know, Chromium-based browsers changed...

The `win-amd64` is Microsoft's way of describing a 64bit platform [due to historical reasons](https://answers.microsoft.com/en-us/windows/forum/all/why-are-there-amd64-files-on-an-intel-machine/7482ee8f-511a-45c0-b3a3-8542a74801c9) — it's the same for both Intel and AMD CPUs, so that is not an issue....

I don't think the issue is related to Python per se; I think that even if you tried to build the `record3d` C++ demo project using e.g. `ccmake`, then the...

The next version of Record3D (1.7.2) will stream the ARKit world pose (quaternion + world position). It should be released by the end of the next week.

Please update Record3D to version 1.7.2, update the `record3d` to version 1.3.1; camera pose data for LiDAR are available. For Python, see (read the comment) https://github.com/marek-simonik/record3d/blob/d712f4026d26a6cf3c7f697e4199ae5bf47395f1/demo-main.py#L53 And for C++, see...

Record3D currently uses ARKit for access to LiDAR data (hence the availability of estimated pose data), but FaceID streaming does not use ARKit; the last time I checked, the ARKit...

I'm not sure if it's possible to have 640x480 px TrueDepth camera stream running via `AVCaptureSession` (which is what Record3D does now) and also having an ARKit `ARWorldTrackingConfiguration` session running...

First of all, thank you for purchasing and using Record3D. I could not think of any easy and user-friendly solution that would support HTTPS, please see the discussion in this...

Some bits are definitely being wasted. However, I think it is better than to store the raw 24bit value into RGB due to compression artifacts of the most significant bytes....

Hello, thank you for using Record3D :)! I had to lower the resolution to 720×960 px due to performance issues, but 1440×1920 px RGB images might come in a future...