maxruby/OpenCV.jl

waitkey(anInt)

aleReimondo opened this issue · 0 comments

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

waitKey

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