videoinput error in real time detection
Mostrar comentarios más antiguos
Hello sir, While I was working on real time face detection I got this error when I run my code for the second time. I have written stop(vid) and clear (vid) at the end of script,still I am getting this following error.
"winvideo: The device associated with device ID 1 is already in use. A new videoinput object cannot be created for this device while it is in use."
Can you tell me how to get rid of this? Thank you
2 comentarios
Nachiket Patki
el 2 de Mayo de 2017
Editada: Walter Roberson
el 2 de Mayo de 2017
Nachiket Patki
el 5 de Mayo de 2017
Respuestas (1)
Ashiq Ullah
el 22 de En. de 2019
0 votos
Use this method:
>>objects = imaqfind ;
>> delete(objects) ;
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!