Dance Dash

Dance Dash

ak8787 2024 年 3 月 27 日 下午 3:48
Error running webcam mode with Kinect V2
I tried to use webcam mode with Kinect V2 which is created for such movement, but I get this error when it starts:

Failed to execute script 'DanceDashFBT' due to unhandled exception: float division by zero
Traceback (most recent call last):
File "DanceDashFBT.py", line 942, in <module>
File "DanceDashFBT.py", line 906, in main
File "DanceDashFBT.py", line 231, in send_landmark
File "DanceDashFBT.py", line 189, in handle_vector3
File "DanceDashFBT.py", line 162, in get_latency_compensation
File "DanceDashFBT.py", line 86, in fit
ZeroDivisionError: float division by zero

workaround:
After reading discussion forum someone suggested to run "SteamLibrary\steamapps\common\Dance Dash Beta\Desktop\Dance Dash_Data\StreamingAssets\Plugins\DanceDashFBT\" first before game. Then it works. It recognize kinect V2 in full hd with 30fps (still a bit low fps).
最後修改者:ak8787; 2024 年 3 月 27 日 下午 4:22