How to display single input webcam in one axes and then use it in next 3 axes for output
Mostra commenti meno recenti
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 Commenti
B.k Sumedha
il 15 Mag 2015
Give some part of the code so that it will be helpful for analysis
nikita rane
il 15 Mag 2015
Modificato: Walter Roberson
il 15 Mag 2015
Risposte (1)
Walter Roberson
il 15 Mag 2015
0 voti
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 Commento
nikita rane
il 16 Mag 2015
Categorie
Scopri di più su Video Formats and Interfaces in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
