OpencvビデオはARM Ubuntu 16.04でエラーを報告します


OpenCV(4.2.0-dev) ~/opencv/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can’t find starting number (in the name of file): outcpp.avi in function ‘icvExtractPattern’
解決方法:
注意ファイル名に数字番号が間違っているファイル名:outcpp.AVi正しいファイル名:outcpp 001.avi
VideoWriter video("outcpp001.avi", focc, 8.6f, Size(frame_width, frame_height));