How to display single input webcam in one axes and then use it in next 3 axes for output
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
B.k Sumedha
el 15 de Mayo de 2015
Give some part of the code so that it will be helpful for analysis
nikita rane
el 15 de Mayo de 2015
Editada: Walter Roberson
el 15 de Mayo de 2015
Respuestas (1)
Walter Roberson
el 15 de Mayo de 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.
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
