groundlight / framegrab

Library to easily grab frames from cameras or streams and do simple local analysis
MIT License
18 stars 0 forks source link

handle edge case #32

Closed brandon-groundlight closed 6 months ago

brandon-groundlight commented 7 months ago

Not an incredibly big change, but we got uninformative errors on some rtsp streams that seemingly connect but won't supply any data stream. We could alternatively provide a stronger check earlier instead of just asking that self.capture.isOpened(), though it's not clear we would have a means of correcting it here.