Which is the fastest way to display gray scale images (480 by 640) ?
Mostrar comentarios más antiguos
I am developing a motion tracking turret using a webcam. Presently the code works at 10 fps.
I'm using imshow to display images. But only the last image shows up, after the program is terminated. If i use pause(0.5) the images are displayed, but this messes up the frame rate.
Any solutions?
Respuesta aceptada
Más respuestas (1)
Jonathan Sullivan
el 20 de Nov. de 2012
0 votos
Try using drawnow instead of pause(x)
Categorías
Más información sobre Image Preview and Device Configuration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!