How to display single input webcam in one axes and then use it in next 3 axes for output
Afficher commentaires plus anciens
Hii I am making gui with 4 axes (axes1,axes2,axes3,axes4)and a button to start live video in axes1 after loading original video i want to use it in another 3 axes for output like color and motion detecion but when I used it in axes2 it never show output for axes3 please help me out
2 commentaires
B.k Sumedha
le 15 Mai 2015
Give some part of the code so that it will be helpful for analysis
nikita rane
le 15 Mai 2015
Modifié(e) : Walter Roberson
le 15 Mai 2015
Réponses (1)
Walter Roberson
le 15 Mai 2015
0 votes
Do not rely on the active axes() call to display your output. Always Parent your graphics operations. See this discussion.
Amongst other things doing so will help catch assumptions about which axes is active that turn out not to be true.
1 commentaire
nikita rane
le 16 Mai 2015
Catégories
En savoir plus sur Video Formats and Interfaces dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
