You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
Application crashed when there is too much pointclouds are displayed (~18-20) or it's trying to save/export a huge amount of the shots.
Environment:
Application version: 0.5.1
Device: Samsung Galaxy S8 SM-G950U1
OS: Android 7.0 Nougat
Camera: Intel Realsense D415
Steps to reproduce:
Steps to reproduce the behavior:
Run the Handy3DScanner
Connect d415 camera
Capture 30 pointclouds
Go to Edit tab and enable the clouds one-by-one
Eventually the application will crash
Expected behavior
We need a proper memory management, because pointclouds operations are quite memory-hungry. So the first step - we need to monitor the available memory to let the user know how much shots could be processed. Second step - is to offload the not-active shots to disk and load them if they are needed.
Overall all the captured shots should be mapped to disk to make sure none of them will be lost.
The text was updated successfully, but these errors were encountered:
Issue description:
Application crashed when there is too much pointclouds are displayed (~18-20) or it's trying to save/export a huge amount of the shots.
Environment:
Steps to reproduce:
Steps to reproduce the behavior:
Expected behavior
We need a proper memory management, because pointclouds operations are quite memory-hungry. So the first step - we need to monitor the available memory to let the user know how much shots could be processed. Second step - is to offload the not-active shots to disk and load them if they are needed.
Overall all the captured shots should be mapped to disk to make sure none of them will be lost.
The text was updated successfully, but these errors were encountered: