User interface with GUI and callbacks working as interruption in a main function
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Conchi Gongora Luque
el 28 de Abr. de 2019
Respondida: Rik
el 28 de Abr. de 2019
Is it possible to create an interface that execute a main and the callbacks functions works as interruptions? I need an user interface that when the user push an on button the program starts to take images from a camera and then procesed them and show them on the interface. The program needs image changing on the user interface until the button on is pushed again and it interrupt the main programme that are catching and processing images
3 comentarios
Rik
el 28 de Abr. de 2019
Clarification posted as duplicate question by Conchi Gongora Luque:
I have a artificial vision aplication and now I want to program a user interface that can show the client the image processed that the camera is taking. The image showed in the interface is constantly changing without any user interaction (without pushing any button ) and I don't know how to change images from the GUI without any user interaction.
I would like to know how can I programe a process that look to see if the button was pressed in every iteration.
Respuesta aceptada
Rik
el 28 de Abr. de 2019
You can use the callback of that second button to stop the continously looping timer function.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!