79487682

Date: 2025-03-05 21:03:32
Score: 1
Natty:
Report link

For the lazy:

import cv2

# init display before importing av fixes future imshow calls
cv2.namedWindow("init_display")
cv2.destroyAllWindows()

import av
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mountain