BuildingVolumes / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
14 stars 3 forks source link

The FPS is not 30 but maybe 18? #3

Closed ERICXUCHI closed 8 months ago

ERICXUCHI commented 9 months ago

Hi, I am afraid that the FPS in the release version is only 18? Here I just recorded the frame number and the total time, it shows only about 18 fps.

image

ERICXUCHI commented 9 months ago

Perhaps there are some hardware or other problems that caused the fps not exactly equal to 30? I guess :)

ChristopherRemde commented 9 months ago

Hi, sorry for the late answer! Yes this is most likely caused due to not enough resources on the system. You can try to distribute the kinects between more PCs, so that each PC only serves one Kinect or upgrading your hardware (CPU most likely).

ERICXUCHI commented 8 months ago

Well received! Thanks!

ChristopherRemde commented 8 months ago

Just as an additional note: The lastest update on the dev branch should improve the performance by a larger margin, especially when you used multiple kinects in one client.