
joinny
The Camera Suddenly Disconnected
Hello, I am having an annoying error with the camera. I was using with the identification for the camera when suddenly an error occurred, the camera disconnected suddenly:
Camera Initialized: EZB://192.168.1.1 @ 320x240
Error Camera.SetCaptureImage: System.InvalidOperationException: Object is currently in use elsewhere.
at System.Drawing.Image.get_Width()
at EZ_B.Camera.x5wORRJh49(Object )
Camera Disabled
Camera Initialized: EZB://192.168.1.1 @ 320x240
EZ-B v4 Camera Error: System.Exception: Client disconnected
at EZ_B.EZBv4Video.DwiGDUj2lU(Int32 , Object )
Camera Disabled
I connected it 3 times and got that error again. Hope someone can help me? Thank you very much!
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
Thank you very much!xD
error: at EZ_Builder.Services.AutoPosition.AutoPositionConfig.GetFrameByGUID(String GUID)
at EZ_Builder.Services.AutoPosition.AutoPositionService.dKesP4YEyj(Int32 , Object )
Auto Position (Auto Position 2) Thread Error: System.Exception: Cannot find Frame with GUID: 6b4bc4f5-3594-461f-8f21-1f5212bbf3ac
at EZ_Builder.Services.AutoPosition.AutoPositionConfig.GetFrameByGUID(String GUID)
at EZ_Builder.Services.AutoPosition.AutoPositionService.dKesP4YEyj(Int32 , Object )
Auto Position (Auto Position 2) Thread Error: System.Exception: Cannot find Frame with GUID: fd490680-0284-4324-b076-a10da3644990
at EZ_Builder.Services.AutoPosition.AutoPositionConfig.GetFrameByGUID(String GUID)
at EZ_Builder.Services.AutoPosition.AutoPositionService.dKesP4YEyj(Int32 , Object )
In the camera control "Tracking Start" script. You have "WAIT FOR FACE". The tracking start script is when the tracking has already been detected. You don't wait for anything inside that script. Remove WAIT FOR FACE. There's some great educational programming lessons at ez-robot. Here's a link: http://www.ez-robot.com/Tutorials/
There's some good tutorials on how to detect faces and such.
The same applies with Speech Recognition. You've also added a bunch of WAIT FOR in the speech recognition. If you're wanting to detect a face. Simply enable face tracking. Don't WAIT FOR anything.