How to display single input webcam in one axes and then use it in next 3 axes for output
2 visualizzazioni (ultimi 30 giorni)
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
Risposte (1)
Walter Roberson
il 15 Mag 2015
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.
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
