Cory Root
Cory Root
Hi, How do you navigate back to the high-level "Project View" from within a single diagram? I do this by re-opening the project JSON file. (I apologize, this doesn't seem...
Make an optional timeout argument that throws an exception if the connection takes too long to complete.
Should support log object dependency-injection style. Allow users to pass in a log file in lieu of the `verbose` parameter.
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)
RTSP resource URIs are not parsed properly per `urllib` and currently fed directly to OpenCV. Can add some input cleansing around to help make this parameter more robust.