I'd suggest to use gstreamer for this. You may try: #!/usr/bin/env python import cv2 print(cv2.__version__) # Uncommenting this would allow ...
確定! 回上一頁