Hello,
love the library so far. just one thing - would it be possible to expose the error trace for opencv import error? took me a bit longer than it should've to figure out that i need to separately add opencv-python to the env, as the only error shown when i ran
video = VideoProxy(path=video_path)
return video.shape
was Nonetype is not callable. (because VideoCapture gets automatically initialized as None when there's a cv2 import error.)
Hello,
love the library so far. just one thing - would it be possible to expose the error trace for opencv import error? took me a bit longer than it should've to figure out that i need to separately add
opencv-pythonto the env, as the only error shown when i ranwas
Nonetype is not callable.(because VideoCapture gets automatically initialized asNonewhen there's acv2import error.)