Image acquisition device gets locked by faulty code

14 vues (au cours des 30 derniers jours)
Chris
Chris le 22 Fév 2013
I'm using the Image Acquisition Toolbox. Whenever my code fails and I have to debug and try again I get the following error:
Error using imaqdevice/start (line 89)
Multiple image acquisition objects cannot access the same device simultaneously.
Error in camera (line 6)
start(vid)
It looks like some image object is left on from the previous run, preventing me from creating a new image object, but I've tried deleting all variables from workspace, close all, clear all... the only thing that works is to re-start Matlab.
This is getting really annoying. Please help! /Chris

Réponse acceptée

Shankar Subramanian
Shankar Subramanian le 25 Fév 2013
It seems like you have an active connection to the image acquisition device. Instead of closing MATLAB and re-opening - you can do either of the following: 1. delete(imaqfind) or 2. imaqreset
The above commands stops and deletes any active connection to the device from within MATLAB.
HTH,
Shankar
  1 commentaire
Chris
Chris le 25 Fév 2013
delete(imaqfind) did it :) thanks

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 22 Fév 2013
Did you try stop()?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by