I just want to give people a heads up that the `cv.createTrackbar` function is not covered by type hints in the latest version `4.8.0.74`. # Solution I just use an older version like so: ```pip install opencv-python==4.7.0.72```