I am trying to use Kinect (the oldest one, the very first one released by Windows) and connect it to Matlab R2013b in a Windows 10 running laptop.
I've already followed the suggested steps and installed the Matlab Support package called "Kinect for Windows Runtime". This is supposed to instal the drivers needed to run the kinect on windows too.
enter image description here
However, as I use the command "imaqhwinfo", I get a warning saying that kinect is either not supported or no powered and this output:
AdaptorDllVersion: '8.2 (R2013b)'
AdaptorName: 'kinect'
DeviceIDs: {1x0 cell}
DeviceInfo: [1x0 struct]
I'd really appreciate if anyone could tell me what the error is or, tell me the configuration you used if you were able to use matlab and kinect.
Thank you in advance
Related
I just downloaded and tried to install the 'Rosetta' rough sets tool on my laptop with OS Windows 10, but I can't. And after I search, it seems only compatible for Windows 98 / XP. But the problem I saw in the video tutorial is that anyone can run it on an OS that looks like that. Does anyone know of a solution to being able to use Rosetta on Windows 10?
Error message when I install Rosetta
I have just solved this problem after many days of googling and trying various ways. I use the "Run programs made for previous versions of Windows" feature in the control panel, then troubleshoot. I have also written down the step I did on that, and I uploaded in my medium story, but in "Bahasa Indonesia". So if you want to read it, you can translate it into English first to understand.
The medium link below:
https://medium.com/#andini.pratiwi/tidak-bisa-install-software-old-version-karena-tidak-compatible-dengan-os-windows-10-solusinya-1d8820c71572
I wonder why every once in a while, Intel RealSense 3D camera fails to start? I have re-installed the drivers and SDK as well as the DCM but still it is whacky and very unpredictable. Any idea what the source of the problem could be? It should be able to run the examples in the SDK in a normal working situation.
Well, previously that it couldn't init problem was that only two of the its drivers could be recognized (not the virtual driver) like the following but now all of its driver are recognized and still it can't init.
so I am receiving an init failed message when running the SDK examples.
Any pointer for fixing is really appreciated.
If you are also showing an integrated webcam (other than the 3 RealSense listings), try disabling that so the RS camera can be seen as the primary.
Actually you can select the device you want to run the sample on in the menu "Device". If you installed the RealSense correctly and if the latest DCM is running (the current version is 1.4 if I remember), you should be able to select the RealSense device there and then run the sample.
Sometimes the DCM Service fails to start (e.g. if you force-restarted your machine recently). Then you just need to make the service restart and it should work.
Hope this helps.
I’m also facing the same problem (on windows 10), and found a way that solved it for me: search “Scanners and Cameras” in Control Panel, choose “Add Device”, under “Manufacturer” choose “Intel” and under “Model” choose “Intel(R) RealSense(TM) Camera SR300 Virtual Driver” or the version you use, and continue to install.
Have you installed the right drivers? There are two versions of the real sense cameras. The Windows 10 works with Intel Real Sense R3 which has completely different architecture than its predecessor.
i recently brought kinect sensor. As per system requirement i purchase desktop . Now followed installation mentioned bellow link. I also downloaded verification link. when check installation it giving me below error. let me know how to sort it out
i already tried reinstal directx 11 download from Microsoft & restarted computer. but i found in device manager only one part is detected. kinect sensor information not avilable.
please let me know what wrong i am doing here
install link
kinect verifier link
You need to buy a faster GPU that supports DX11.
According to:
http://www.game-debate.com/hardware/?gid=326&graphics=GeForce%20210%201GB
http://www.tomshardware.co.uk/answers/id-2297019/play-directx-supported-games-geforce-210.html
your Geforce 210 only supports up to DX 10.1, as is also shown in
your first screenshot as Direct3d API version.
I was planning to use the Kinvi3D v1.2 from here. However, upon starting up the program, I get the error "failed to detect a kinect sensor." I am using a Windows 8 64-bit machine with Microsoft Kinect SDK. Has anyone encountered this error that was able to get it to work and how? The website only provides the latest version and no access to the older ones. I wanted to use Kinvi3d because it allows the user to use the 8pen keyboard for text input. Are there any other alternatives to Kinvi3d for text input while navigating the web for example?
I've faced a problem getting my libusb-w32 based program to detect devices.
The program has to detect digital cameras, and I need to automatically install driver filter for any new camera to be detected without any manual work.
I've used install-filter i --class={6BDD1FC6-810F-11D0-BEC7-08002BE2092F} , i. e. installing filter for MTP devices, and it seemed to work. But today I tried it on a clean machine and found out it actually only seemed that way. Tried install-filter with different parameters - no luck.
The only way I was able to detect devices at all was to use the inf-wizard.exe. It installed the driver, enabling my program to detect devices, but also disrupting the original Windows functionality for digital cameras. Then, I've uninstalled the libusb driver, installed the original windows driver back, executed install-filter i --class={6BDD1FC6-810F-11D0-BEC7-08002BE2092F} - and the program is still able to detect devices.
The question is: how to automate the process so that any new camera is detected without any work required from a user?
Update:
I'll shorten the question. It seems that when I install a driver with inf-wizard.exe, it does something besides installing the driver itself. I need to know what, exactly.
Thanks in advance.
In case someone has similar problem - the answer is here:
https://sourceforge.net/mailarchive/forum.php?thread_name=749401313049992%40web78.yandex.ru&forum_name=libusb-win32-devel