Error using VideoReader/init (line 601) Could not read file due to an unexpected error. Reason: Unable to initialize the video properties

1 view (last 30 days)
I get this error only when I run Matlab from python. for the record, the Matlab script is able to read the video. Videoreader works perfectly in Matlab. this is the code I used to call the Matlab script.
import matlab.engine
eng = matlab.engine.start_matlab()
eng.recognition_demo(nargout=0)

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!