OpenCV.jl icon indicating copy to clipboard operation
OpenCV.jl copied to clipboard

waitkey(anInt)

Open aleReimondo opened this issue 3 years ago • 0 comments

Please let the argument of waitkey to be an Int (not only Int32)

waitKey

waitkey(delay) = @cxx cv::waitKey(delay)

aleReimondo avatar Nov 29 '21 19:11 aleReimondo