hanseuljun / kinect-to-hololens

Kinect to Hololens in real-time
Apache License 2.0
38 stars 12 forks source link

Error building package #1

Closed reillydonovan closed 4 years ago

reillydonovan commented 4 years ago

Hi, I'm trying to setup this repo and am returned the following error at this step, .\vcpkg.exe install asio:x86-windows asio:x64-windows ffmpeg:x86-windows ffmpeg:x64-windows imgui:x86-windows imgui:x64-windows libvpx:x86-windows libvpx:x64-windows ms-gsl:x86-windows ms-gsl:x64-windows opencv:x86-windows opencv:x64-windows:

Error: Building package ffmpeg:x86-windows failed with: BUILD_FAILED Please ensure you're using the latest portfiles with .\vcpkg update, then submit an issue at https://github.com/Microsoft/vcpkg/issues including: Package: ffmpeg:x86-windows Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.

Any idea how to resolve this?

reillydonovan commented 4 years ago

It also seems strange that I would receive audio updates but not video.

reillydonovan commented 4 years ago
remoteReceiver512

so now I tried 512 x 512 and it looks like its trying to send frames but I don't get any and then it does get dropped from the sender after about ten seconds

reillydonovan commented 4 years ago

I bumped it up to 2048 x 2048 and ran it on a LAN 5G Netgear Nighthawk router and it works!

hanseuljun commented 4 years ago

That’s very awesome!! I should make the changing buffer size part as an option later! I guess I can say finally for real this time!!!

On Sat, Jul 11, 2020 at 4:15 PM reillydonovan notifications@github.com wrote:

I bumped it up to 2048 x 2048 and ran it on a LAN 5G Netgear Nighthawk router and it works!

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/hanseuljun/kinect-to-hololens/issues/1#issuecomment-657145163, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGFBZ2ZBW3UD2P32JTCF7DR3DXCRANCNFSM4OQCVOFQ .

reillydonovan commented 4 years ago

I'm gonna try 512 x 512 again on the LAN, thanks so much for this project and your help! I'm going to add more features for scaling and positioning the stream so it can align with the space to scale.

hanseuljun commented 4 years ago

That sounds great and good luck with it!!!