Expected behaviour
i success install pip install opencv-contrib-python
but when
cv2.cudacodec.createVideoWriter("tmp", (128, 128), 30)
it info AttributeError: module 'cv2.cv2' has no attribute 'cudacodec'
why ?
opencv-contrib-python contain cudacodec but why no module
Expected behaviour
i success install pip install opencv-contrib-python
but when
cv2.cudacodec.createVideoWriter("tmp", (128, 128), 30)
it info AttributeError: module 'cv2.cv2' has no attribute 'cudacodec'
why ?
opencv-contrib-python contain cudacodec but why no module