Page MenuHomePhabricator

OpenCV video looping does not work anymore in the ultrasound module
Closed, ResolvedPublic

Description

The condition "m_VideoCapture->get(CV_CAP_PROP_POS_AVI_RATIO) >= 0.99" is never true as the CV_CAP_PROP_POS_AVI_RATIO does not get incremented. At least on the video file, which was tested.

Event Timeline

User wintersa has pushed new remote branch:

bug-17789-opencv-video-looping-does-not-work-anymore

[fd6186]: Merge branch 'bug-17789-opencv-video-looping-does-not-work-anymore'

Merged commits:

2014-05-13 11:11:49 Adrian Winterstein [c7cc74]
Changed end reached condition to use the frames count instead of the avi ratio.