Low FPS on decent hardware
skymeson opened this issue · 2 comments
skymeson commented
Hi,
I'm getting 2-4 fps on my i7 machine with a 1080Ti.
Steps I took,
- Fresh build using Visual Studio 2017 ,
- Start the LiveScanServer
- Start LiveScan Client and connect
- Show Live from server window
Other kinect apps get 30 fps on same machine. CPU, GPU, and network activity all look normal. Am I missing something?
A few other issues I noticed, seems like server doesn't fully shutdown after closing. At least lights on Kinect remain on, and I see KinectService running in background. I can close them in the task manager no problem.
Was able to stream to Unity using your Hololens project which is really cool. But low fps makes it not really usable for me.
Really cool project though, and tons of potential. Thanks for posting!
naruniec commented
Hi,
I'm sure, that you have compiled and run the Debug version instaed of
the Release version. The difference can be huge :-)
Best,
Jacek
…On 26.08.2018 06:03, Sky Rolnick wrote:
Hi,
I'm getting 2-4 fps on my i7 machine with a 1080Ti.
Steps I took,
1. Fresh build using Visual Studio 2017 ,
2. Start the LiveScanServer
3. Start LiveScan Client and connect
4. Show Live from server window
Other kinect apps get 30 fps on same machine. CPU, GPU, and network
activity all look normal. Am I missing something?
A few other issues I noticed, seems like server doesn't fully shutdown
after closing. At least lights on Kinect remain on, and I see
KinectService running in background. I can close them in the task
manager no problem.
Was able to stream to Unity using your Hololens project which is
really cool. But low fps makes it not really usable for me.
Really cool project though, and tons of potential. Thanks for posting!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AMbddfDbHp8Pj3nBWVCPnv2ICMcb0tf6ks5uUh4JgaJpZM4WMod6>.
skymeson commented
100% problem solved!
That was an easy one! Thanks for your help!