Which is the fastest way to display gray scale images (480 by 640) ?
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
Jonathan Sullivan
2012년 11월 20일
0 개 추천
Try using drawnow instead of pause(x)
카테고리
도움말 센터 및 File Exchange에서 Image Preview and Device Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!