You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
please update the Documentation explaining how to instal cv2 package. Seems it got renamed to opencv-python. Quoting from https://pypi.org/project/opencv-python/ :
Q: Why the package and import are different (opencv-python vs. cv2)?
A: It's easier for users to understand opencv-python than cv2 and it makes it easier to find the package with search engines. cv2 (old interface in old OpenCV versions was named as cv) is the name that OpenCV developers chose when they created the binding generators. This is kept as the import name to be consistent with different kind of tutorials around the internet. Changing the import name or behaviour would be also confusing to experienced users who are accustomed to the import cv2.
Still, dvr-scan bails on me with:
[DVR-Scan] Method CNT is not available. To enable it, install a version of the OpenCV package cv2 that includes support for it.
Probably it tries to import the library under the old name?
Hi,
please update the Documentation explaining how to instal
cv2
package. Seems it got renamed to opencv-python. Quoting from https://pypi.org/project/opencv-python/ :Still, dvr-scan bails on me with:
[DVR-Scan] Method CNT is not available. To enable it, install a version of the OpenCV package cv2 that includes support for it.
Probably it tries to import the library under the old name?
Is it compatible with 4.8.0.76 anyway?
Thank you.
The text was updated successfully, but these errors were encountered: