zjudmd1015 / Mini-3D-Scanner

A pipeline for online 3D reconstruction of objects only using visual data from RGB-D camera (Kinect V2).
175 stars 43 forks source link

is it possible to run it on windows #5

Open vimalmeena238 opened 5 years ago

vimalmeena238 commented 5 years ago

I'm trying to build this project on windows 10, But there are so many dependencies to resolve. I was able to install ros melodic successfully. I'm stuck in libfreenect2 and iai_kinect2 installation. I read so many discussions but couldn't resolve the errors. While running Protonect.exe, kinect is recognized but got this error- "unsupported API call for 'claim_interface' (unrecognized device driver)[Error] [protocol::UsbControl] failed to claim interface with IrInterfaceId(=1)! LIBUSB_ERROR_NOT_SUPPORTED Operation not supported or unimplemented on this platform. Try debugging with environment variable: export LIBUSB_DEBUG=3 . [Info] [Freenect2DeviceImpl] closing"

Can anyone have a proper setup guidelines for these packages ? and, if it can only run on linux, then will it be possible to run it on virtual machine ?

Thanks in advance.