rtsp icon indicating copy to clipboard operation
rtsp copied to clipboard

Can't Read Stream Properties

Open dactylroot opened this issue 5 years ago • 0 comments

The async thread locks stream access, so this packages users can't access informative properties e.g.

  • stream.get(cv2.CAP_PROP_FPS)
  • stream.get(cv2.CAP_PROP_FRAME_WIDTH)
  • stream.get(cv2.CAP_PROP_FRAME_HEIGHT)
  • stream.get(cv2.CAP_PROP_FRAME_COUNT)

dactylroot avatar Feb 25 '20 19:02 dactylroot