opencv / opencv-python

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
https://pypi.org/project/opencv-python/
MIT License
4.3k stars 813 forks source link

Picture overlap error #982

Open 1486756632 opened 1 month ago

1486756632 commented 1 month ago

Expected behaviour

Use opencv to do picture output, hope it can be stable output for a long time

Actual behaviour

I am now using opencv to output images, and I find that after running for some days, the output images are not very stable. On a same screen, the previous picture shows a part, the last picture shows a part.I use code cv.imshow cv.waitKey

Steps to reproduce

asmorkalov commented 1 month ago

It's not clear what's wrong. Please provide code and screenshot/image, you treat as buggy behaviour.

1486756632 commented 1 month ago

微信图片_20240521135144 微信图片_20240521135152 This is my code.Output pictures on a screen.Take pictures with an industrial camera.I find that after running for some days, the output images are not very stable. Half of the photos taken are the first and half are the second.