My os: Ubuntu 24.04 ```{julia} import OpenCV; const cv = OpenCV img = cv.imread("cameraman.tif") cv.imshow("Cameraman", img) ``` This code is not working, No Error but it retains the image that was previously on screen on that area. See image for reference: 