Software Archive
Read-only legacy content
17061 Discussions

No light on device & SDK apps error

Garry_P_
Beginner
1,067 Views

HI,

No light on device and get the error "Failed to locate any video stream(s)"

Event error:

Application: face_tracking.cs.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException
Stack:
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FindEntry(System.__Canon)
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].TryGetValue(System.__Canon, System.__Canon ByRef)
   at face_tracking.cs.FaceTracking.SimplePipeline()
   at face_tracking.cs.MainForm.DoTracking()
   at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ThreadHelper.ThreadStart()

 

 

0 Kudos
9 Replies
Colleen_C_Intel
Employee
1,067 Views

Was there ever a light on the device (underneath by the cable plug-in)?  Can you try another cable?

0 Kudos
Garry_P_
Beginner
1,067 Views
 
Not underneath, first time I did connect it to the laptop I had a green light at the front next to the camera 
 
The Firmware software says no device connected, and all the example apps carsh when I try running them
0 Kudos
Colleen_C_Intel
Employee
1,067 Views

I would try a different cable or play around a little bit with the cable position into the camera jack (very carefully).

0 Kudos
Garry_P_
Beginner
1,067 Views

It's a fixed cable into the device and USB at the other end so can't do much, would Intel not send me another one and I send this back?

Can't do the dev challenge without this?

0 Kudos
daflippers
Beginner
1,067 Views

Hi Garry,

Look in device manager to check the camera is seen by PC.  If you have it USBview will give you more information.  It could be:

  1. 'Dead' camera - could be bad cable or bad camera
  2. No or incorrect driver loaded - Device manager will tell you this. Disconnect the camera and the list should change.  Reconnect and the list should update.  If it does that then USB is working but not correctly configured and if it doesn't then look at 1 being the issue. 
  3. something else - unlikely as 1 and 2 will probably cover the fault

David

0 Kudos
steve-vink
Beginner
1,067 Views

When you check Device manager, there should be three entries, not just one. "Camera Driver" seems to appear in Device Manager quite happily, even when the camera is not functional.

My experience was that I had to try 3 USB ports before it sprang into life.

 

0 Kudos
daflippers
Beginner
1,067 Views

Hi Steve,

My point was that if it appears in Device manager the camera isn't completely dead although there may be a problem with the driver or initialisation.  There might be an issue with the USB enumeration process or insufficient endpoint support etc. and USBview will give information such as endpoints, usage page etc. which might be of use to Intel.

David

0 Kudos
steve-vink
Beginner
1,067 Views

Hi David,

just adding my experience to the discussion, I fully agree with your process for troubleshooting ;) I was fooled by the single entry in Device Manager, and only by chance did I see two more entries pop up when I switched USB port.

I'll be looking into your recommendation of USBView, one of my problems when setting up was not knowing which of my ports were USB 3, and not knowing how to work it out.

0 Kudos
daflippers
Beginner
1,067 Views

Hi Steve,

I didn't mean any offence.  I have certainly seen USB issues resolved by unplugging the device from one port and plugging it into another because of driver issues.  This may be such a case.

David

0 Kudos
Reply