When I try to connect Kinect Studio to an XNA application the app crashes.
I tested it with the Samples from the Developer Toolkit.
I use VS2010 and W7 64bit and a Kinect for Xbox.
The WPF examples are running fine.
The Error I get when running the XNABasics example is following (Sorry its partly in German):
Problemsignatur:
Problemereignisname: APPCRASH
Anwendungsname: XnaBasics.exe
Anwendungsversion: 1.0.0.0
Anwendungszeitstempel: 504a7d42
Fehlermodulname: KinectStudioConnector32.dll
Fehlermodulversion: 1.5.2.222
Fehlermodulzeitstempel: 5015e310
Ausnahmecode: c0000005
Ausnahmeoffset: 00007198
Betriebsystemversion: 6.1.7601.2.1.0.256.48
Gebietsschema-ID: 1031
Zusatzinformation 1: 867d
Zusatzinformation 2: 867dcfba8c79c419cc83e8596b854db9
Zusatzinformation 3: 614f
Zusatzinformation 4: 614fd16b3adacbd899bb6a7de15896be
When I last run it about a week ago everything was working fine.
Could it be because of a graphic card driver update or something similar?
Related
beginner question ...
Hi,
when I try to run the application (even if there is only an empty loop, compile/build are ok) i get the following error:
Unable to connect, Failed to open: MPLABCOMM_INVALID_HANDLE
Same thing this morning on another computer worked without problems.
Any ideas about the problem?
Hardware:
There is a atxmega128a1- based minicomputer with some buttons, display, clock ...
On the programmer is written: JTAGICE mkII
Software:
I use Win7 Professional (both times).
At home I installed Atmel Studio 7, at the other computer was installed AS 6.2 (this is the only difference I recognize)
Thanks for your help
I solved this problem by restarting Atmel Studio 7.
I can't get Emgu CV to work with the cameras on the new Atom based Windows 8 x86 tablets. These are not the ARM based tablets running Windows 8 RT these are running the full blown Windows 8 Pro x86 on x86 Atom CPUs. I've tried working code on a release version of the Samsung XE500T1C (Ativ?) and on a pre-release version of the HP ElitePad 900.
Emgu CV tells me: "Error: Unable to create capture from camera 0". The problem is probably related to the fact that the new Atom chipset is handling some of the camera functions. I've attached a screenshot of the device manager with the offending cameras highlighted.
Under Imaging devices we have:
Intel(R) Imaging Signal Processor 2300
Under System devices we have:
Camera Sensor OV2720
Camera Sensor OV8830
Flash LM3554
I've searched the Internets high and low and can't find anything useful. I've contacted HP and they're contacting their engineering. I tried Intel and the best I got was this: http://software.intel.com/en-us/articles/sample-windows-store-app-for-camera-picture-taking which is actually for the Windows Store apps. Although it does work.
Does anyone have any ideas? Needless to say I'm in a bind. One other thing Emgu CV is working fine on my Samsung Slate Series 7 that is running Windows 8 Pro. It also runs fine in a 32-bit Windows 8 Pro VM. It just appears to be these new ones with the new Atoms with the Intel Imaging Signal Processor 2300.
Thanks everyone!
Hal
I rolled Emgu back to 2.1.1 from December of 2010. This appears to work fine with the new Intel Clover Trail Atoms.
FYI: I also tried the 2.4.9 Alpha dated 2013-01-14, but that would not work.
I am using OpenCV 2.4 in my project to process the images from webcam. Everything works fine in Visual Studio 2010 (both release and debug builds), but when I try to launch exes directly from explorer, the app does not the get input. The camera is started however - it's control LED is on.
Does someone know how to make it work standalone?
I have found something relevant here:
http://rafaelbarreto.com/2011/06/05/opencv-2-2-webcam-windows-not-working/
and here:
Can't access webcam with OpenCV
I tried to follow the steps, building OpenCV 2.4 with these prepocessor definitions, but it did not solve my problem.
Thanks
Solved. The problem was, that Visual Studio linked shader sources from somewhere else than during the exectution through IDE.
If the same happens to you, be sure to check it at least four times (I checked 3x).
I am creating an application of opencv gpu in visual studio 2008.The application is win32 application and the operating system is Windows 7 64 Bit.The application is being build successfully but when I am trying to run the program the program is getting crashed.The error message shown is "The application is unable to start".
Please suggest me. I used the dependency walker and it seems that the application is trying to call 64 bit dll of windows.
How to get over with this problem?
The Dependency Walker displays confusing information for a 32 bit app if you are running the 64 bit version of depends.exe. I don't think it really understands the WoW (Windows on Windows) system. Also, I think that any attempt to link to 64 bit libraries would be caught at compile time. Most likely, your app is just not finding all the required DLLs. The Event Viewer should have more information about what the error was. Go to Windows Logs | Application. Use the log filtering if it's hard to find the entries for your app.
I am having trouble with OpenCV2.0 on Win7 32bit, I have recompiled it using MinGW 4.5.0 and everything went OK until I tried to run examples. Anytime it opens NamedWindow it crashs down. On the other side on on different machine Win7 64 bit everything runs without problem. Any idea?
Thx, Jan
It is a known problem due to some sort of "stack misalignment" with SSE under certain circumstances.
It has been posted before namedWindow() causes crash in opencv 2.3.1? (Eclipse+MinGW on XP, C++)
/Lars
Check that you are picking up the correct DLLs, and if you built with Qt, that you are getting the correct Qt DLLs.
Did you just install somethign that also uses Qt - but a different version (like AMDs codeprofiler)