FS#73887 - [opencv] 4.5.5-2 breaks videocapture
Attached to Project:
Arch Linux
Opened by Benjamin Gallois (bgallois) - Saturday, 19 February 2022, 12:55 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 19 February 2022, 23:48 GMT
Opened by Benjamin Gallois (bgallois) - Saturday, 19 February 2022, 12:55 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 19 February 2022, 23:48 GMT
|
Details
Description:
Since opencv 4.5.5-2, opening a video using VideoCapture with the FFmpeg backend result to empty images or a segmentation fault when trying to access a particular image in a movie using videocapture.set(CAP_PROP_POS_FRAMES, index). Additional info: * opencv 4.5.5-2 * ffmpeg 2:5.0-4 * Probably related to the opencv-4.5.5-ffmpeg-5.0.patch.txt https://github.com/opencv/opencv/issues/21455. Steps to reproduce: * Run the attached example with a test sample. |
This task depends upon
Closed by Antonio Rojas (arojas)
Saturday, 19 February 2022, 23:48 GMT
Reason for closing: Fixed
Additional comments about closing: opencv 4.5.5-3
Saturday, 19 February 2022, 23:48 GMT
Reason for closing: Fixed
Additional comments about closing: opencv 4.5.5-3
Version 4.5.5-1 prints 'Success' whereas 4.5.5-2 prints 'Fail'.