Why do I have to reinstall Kinect SDK everytime I restart PC - sdk

I'm currently work with Kinect for Windows SDK version 1 under Win7, VS2010, C#.NET.
Demos in Microsoft Kinect for Windows SDK Sample Browser can't run properly after Kinect is connected to my PC.
Kinect Explorer(in C#) says Kinect is not ready (which is different from Please insert a Kinect... if Kinect is not connected).
Shapes Game(in C#) says Oops... Something's wrong with Kinect
Skeletal Viewer(in C++) can run, but only depth image run properly. Color image has a frame rate less than 1! And skeleton view show nothing but a black background.
Here's what I have tried:
The above thing will not happen(which means everything goes all right) if SDK is reinstalled and PC is not restarted. So... I have to reinstall Kinect SDK everytime I restart my PC!!!
I checked the Resource Manager after Kinect USB is plugged to my PC. The strange thing is that if the PC is not restarted after reinstalling SDK, there're 4 devices concerning Kinect: Audio, Speech, NUI and Security. But after restart PC, the Security Device won't be shown after Kinect is connected to PC.
I've tried with 2 different Kinect(one at a time) and have the same situation.
Using different USB slots make no difference.
I don't know what's wrong with my PC or how to do next. The only thing I know is that I don't want to reinstall Kinect SDK everytime I restart my PC! So would anybody offer some solution? Thanks very much!

I came across this problem just now, and finally solve it. I accidentally killed the process names "KinectManagementService" in the task manager, and then I could not connect the Kinect any more. Have a glance at the task manager whether the process is there.
Open Windows Service, and start the service "Kinect Management". That's it!

Related

Problem with the simulation of dji matrice 100 with ros

I'm trying to use ROS with dji matrice 100, i followed the tutorial on the website and i connected the drone and got the correct parameters. The problem is that i cannot run simulation and give commands because the signal of the gps is low. I'm working in a small office with a notebook and a pc desktop connected to the drone, is there a way to bypass the gps and run the simulation, or the only solution is to move in a place where gps signal is high?
Another question is how can i put my program (wrote in python using ros) on the drone?
Another question is how can i put my program (wrote in python using
ros) on the drone?
I assume you're referring to controlling the drone with your ROS program without a simulator?
You need to connect the drone to a PC using the UART port on the M100. My setup involves a USB to serial Cable which is connected to a JETSON TX1. If you're using ROS, edit the details of the sdk.launch here. Your PC needs to be small enough to fit on the drone. A raspberry pi will do the trick. For more details, take a look at the hardware setup guide at this link. I think the M100 + PC/Linux machine should work well for you. Good luck.
Perhaps you can run and download the mobile (Android or iOS) SDK simulation example app to start the simulator from there and then run the commands you want from the onboard sdk/ onboard sdk for testing. I am not sure if this would work, since it is unclear if
you need to run the simulator from onboard as opposed to mobile
or if you need to run both two simultations
dji may not allow running two simulators at the same time.
2.) would be a DJI issue and I haven't testing 2 simulations at once. My guess if you can't run 2, but it could be worth giving a try. 1.) depends more on what you are trying to accomplish. But I could be missing something and don't have experience trying multiple simulations if that is what you need.
Hi,did you open the DJI Assistant 2?You can connect your drone to the PC,then open the simulator of the DJI Assistant 2.In the simulator,you can set the latitude and longitude.After starting simulating,the GPS signal will be high at all times.

Are ARCore features on a desktop PC possible?

Is it possible to run/simulate ARCore on a desktop PC? The idea is that users with low end phones can still use ARCore's features. I want the users to upload their videos with all required data for ARCore (clicks, accelerometer, gyroscope etc.) to a desktop pc server, linux or windows does not matter, and I want the desktop pc to apply ARCore features.
For example simulating the video stream and placing objects on the clicked location on the PC instead of on a smartphone. The PC could then for example send a video back with the results.
Kind regards,
Yorick
ARCore features are accessible on a desktop PC but only inside virtual emulator (AVD) in Android Studio. To find out how to install and run AVD along with ARCore SDK on your PC read Can't Install ARCore on emulator for Android Studio SO post.
Hope this helps.

Sony SDK on computer

I would like to use the sony SDK to display image from my SONY alpha 5000 on my computer.
I notice that the supplied SDK is to develop and Android application. Is there a computer version SDK to be able to connect to the camera with the WIFI and control it?
Well, I'm also a newbie on the Sony remote camera API SDK. And I started with the same questions as you. Actually the API SDK can be understand as an instruction set that can be used in fairly any platform. This being said, one option is to workarround the programming language that you manage (Python, C, VB....) and send the instruction through a network service (Myself, I have been trying with network sockets on C#). There are some examples on the web, which are ready to go as Locana and Camera RC, both of which I have found very useful. If you want to make your app yourself, you can check a bit the code for C I posted on this comment (Please do not start with liveview... If you do, and get to do it, let me know). I hope it can be of any help.

application has been blocked from accessing graphics

Hi I am trying to write a program that use my laptop webcam. After the program starts and camera view is displayed, camera view is freeze and stop working. My computer give me that error notification "application has been blocked from accessing graphics". I am using AMD Radeon graphics, Win 8.1, VS2013 and OpenCV 3.0.
I seacrhed on the internet but there was problems about games. I cant find any reletad issue for developers.
How can I fix it?

Kinect SDK - Not recogizing microphone array

I upgraded my machine to Win 7 Windows Home Premium (32 bit). I bought just the Kinect device, no bundle with XBOX. I install the Kinect SDK.
I plug in the Kinect.
When the microphone array driver tries to install itself, it says Windows has stopped this device because it has reported problems. (Code 43). Not too specific lol.
It calls it an "unspecified device"
The camera works but the microphone doesn't.
I've tried plugging the Kinect into all 8 usb ports- all with the same result.
The machine says there's also an unspecified device called Flip CC, but it won't let me get rid of it.
Any ideas?
Thanks,
Rick
My only idea at this point is that you don't have everything installed necessary for the microphone/speech capabilities. I would review this readme and report back here. Be sure to follow it to a T! There are a lot of libraries to install for Speech.

Resources