Can't get past step one (install drivers) on Win8 RP

539 views
Skip to first unread message

calinb7

unread,
Nov 26, 2012, 7:18:43 AM11/26/12
to recons...@googlegroups.com
I have the XBOX Kinect sensor, Geforce GT630/2GB, Win8 RP.  I followed the recontructme site instructions (VS redist, etc.).  I ran the OpenNI and  SensorKinect driver installers as instructed.  Upon reboot, the system does not recognize the Kinect sensor when plugged-in.  
 
- Device Mgr. shows the yellow exclamation mark on  "XBOX NUI Motor" and no other related devices.
 
- Program Mgr. (or whatever it's called in Win8) shows:
                        PrimeSense Sensor KinectMod 5.1.0.25 for Windows
                        OpenNI 1.5.2.23 for Windows.
 
Any suggestions would be most appreciated!
 
Thanks,
 
-Cal

Christoph Heindl

unread,
Nov 26, 2012, 12:01:00 PM11/26/12
to recons...@googlegroups.com


Am Montag, 26. November 2012 13:18:44 UTC+1 schrieb calinb7:
I have the XBOX Kinect sensor, Geforce GT630/2GB, Win8 RP.  I followed the recontructme site instructions (VS redist, etc.).  I ran the OpenNI and  SensorKinect driver installers as instructed.  Upon reboot, the system does not recognize the Kinect sensor when plugged-in.  

Does your device manager show Kinect (on main level)? If so, it probably means you have Kinect for Windows drivers installed. Follow these instructions


Thanks

Cal Brabandt

unread,
Nov 26, 2012, 2:20:15 PM11/26/12
to recons...@googlegroups.com
No.  All I have in Device Manager is "XBOX Nui Motor" with the exclamation mark.  Could there be something wrong with my "Factory Refurbished" Kinect Sensor?

Thanks so much for your help!

-Cal

Coert Langkemper

unread,
Nov 26, 2012, 6:58:18 PM11/26/12
to recons...@googlegroups.com
Did you connect the power adaptor including the "Y" cable.
I had the same but forgot to plug-in the adaptor in mains!

Regards, Coert

Cal Brabandt

unread,
Nov 26, 2012, 7:27:50 PM11/26/12
to recons...@googlegroups.com
Yes--I was looking for some oversight like that, but I have the power adapter plugged into the wall outlet and the "Y."  The light is on in the "Y."  Is there anything other power switch or something?   I even tried the two-foot-long gray "extension" cord USB cable.  I'm not sure why they included it.

I think I might need to kick my daughter off our Mythtv HTPC and boot it to XP (dual boot) to try the drivers and Kinect.  It actually has a much faster CPU (quad core) than this machine, but its video card isn't on the compatibility list (Geforce 7950GT) but I'd think the drivers would at least install and discover the Kinect.

If it doesn't work there, I'll take the Kinect sensor back to Fry's electronics and try another one, I guess.

Thanks,

-Cal

calinb7

unread,
Nov 27, 2012, 2:42:32 PM11/27/12
to recons...@googlegroups.com

I installed the Kinect drivers under WinXP and everything worked fine.  This appears to be a Win8 incompatibility.  Though apparently unrelated, I had to go through this song and dance to install the Arduino drivers under Win8 for my Ultimaker 3D printer:


Win8 is a PITA!  I don't really have time to figure this out right now.  XP worked great!  It found the new hardware and I just had it search locally on my machine for each driver.  Unfortunately, I don't have an OpenCL capable card on that machine and ReconstrucMeQt doesn't work, as expected.  I'm sure it will be slow to capture too, though I get a video image so it is working on XP.

 

calinb7

unread,
Nov 27, 2012, 3:59:19 PM11/27/12
to recons...@googlegroups.com
Update:
 
I explicitly told Win8 to search for a driver for the Xbox NUI Motor (yellow exclaimation mark) on the entire C:\ drive.   It reports that it found software but encountered an error trying to install it:  "The hash file is not present in the specified catalog file.  The file is likely corrupt of the victim of tampering."
 
So, like my previous Arduino driver hassle, it sounds like Win8 is trying to protect me from installing an unsigned driver or something similar.  Arghh!
 

calinb7

unread,
Nov 27, 2012, 4:59:36 PM11/27/12
to recons...@googlegroups.com
I followed the Win8 driver song and dance, as described in the Arduino forum I linked above.  The drivers installed but now the console ap fails.  Visual C++ 2010 for both x86 and x64 is installed.
 
[2012/11/27 13:54:40.884138][info   ] Welcome to ReconstructMe
[2012/11/27 13:54:40.899762][info   ] Running 0.6.0-405
[2012/11/27 13:54:40.899762][info   ]
[2012/11/27 13:54:40.915386][info   ] Licensed for non-commercial purposes only.

[2012/11/27 13:54:40.915386][info   ] See 'Non-Commercial License of Reconstruct
Me.txt'
[2012/11/27 13:54:40.931011][info   ]
Do you agree to our license terms? (y/n) : y
[2012/11/27 13:54:44.274710][error  ] THROWING EXCEPTION: Throw in function (unk
nown)
Dynamic exception type: class LibFundament::robvis_error
std::exception::what: Path specified for --depths does not exist
[struct LibFundament::tag_robvis_condition *] = fs::exists(p_depths)
[struct LibFundament::tag_robvis_message *] = Path specified for --depths does n
ot exist

[2012/11/27 13:54:44.337212][error  ] This is somewhat embarrassing
[2012/11/27 13:54:44.337212][error  ] e:/hudson/workspace/ras_reconstructme/Plat
forms/waldohreule.profactor.local/source/app_reconstructme/inc\reconstructme_bet
a/cmd_replay.h(65): Throw in function void __thiscall cmd_replay::execute(const
class boost::program_options::variables_map &)
Dynamic exception type: class boost::exception_detail::clone_impl<class LibFunda
ment::robvis_error>
std::exception::what: Path specified for --depths does not exist
[struct LibFundament::tag_robvis_condition *] = fs::exists(p_depths)
[struct LibFundament::tag_robvis_message *] = Path specified for --depths does n
ot exist

[2012/11/27 13:54:44.399710][info   ]
[2012/11/27 13:54:44.399710][info   ] Thanks for using ReconstructMe!
[2012/11/27 13:54:44.415335][info   ] Visit us http://www.reconstructme.net
Press any key to continue . . .

calinb7

unread,
Nov 27, 2012, 5:06:57 PM11/27/12
to recons...@googlegroups.com
It works!  I installed ReconstructMEQt and it worked.  Then I tried the console again and it worked. :)  Maybe I clicked on the wrong console batch file the first time or maybe it needed something in the Qt installer.  Whatever.  It finally works on Win8!
Reply all
Reply to author
Forward
0 new messages