문제

I'm working with openCV GPU processing a video file at 120 fps. My question is: Can I display the processed images at the same frame rate? When I'm displaying images using imshow the fps decreases to 20~30. Can I display these images faster (up to 120 fps)?

Thanks

도움이 되었습니까?

해결책

You will have to make sure that your display (LCD, Monitor, screen, etc) can really redraw at 120 fps first. Even if the display runs faster, some computer systems limit the update rate.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top