how to execute stop(vid) when i close the imshow figure while running a while loop?

3 vues (au cours des 30 derniers jours)
arun joshi
arun joshi le 14 Sep 2018
Commenté : Walter Roberson le 12 Jan 2019
i am capturing images from a camera in real time and displaying the processed image in a while loop. As soon as I close the figure window, an error pops up. I want to execute stop(vid) after i close the figure and don't want the error to exist.
the error is as given below
Error using matlab.ui.Figure/set Invalid or deleted object.
Error in imshow (line 343) set(fig_handle, 'NextPlot', 'replacechildren')
Error in LiveDetector (line 40) imshow(imgOut);toc;
  5 commentaires
zhuang Xu
zhuang Xu le 12 Jan 2019
So have you solved this problem,bro ? How did you achieve that ?
Walter Roberson
Walter Roberson le 12 Jan 2019
use the close request callback that I linked to . That is exactly the kind of purpose the callback was designed for.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 11 Déc 2018
use a callback to detect the close attempt .use it to stop the video before deleting the figure.

Community Treasure Hunt

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

Start Hunting!

Translated by