starter_video.cpp - infinite loop at the end of video file (Bug #1363)


Added by Pavel Campr over 13 years ago. Updated about 13 years ago.


Status:Done Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:samples
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

1        for (;;) {
2            capture >> frame;
3            if (frame.empty())
4                continue; 

Associated revisions

Revision d7031606
Added by Alexander Shishkov about 13 years ago

fixed #1363

Revision 114bec52
Added by Roman Donchenko over 11 years ago

Merge pull request #1363 from ilya-lavrenov:ocl_enable_tests

History

Updated by Alexander Shishkov about 13 years ago

Thank you for the report. Fixed in 7325 revision.

  • Status changed from Open to Done
  • Priority changed from High to Normal

Updated by Andrey Kamaev about 13 years ago

  • Target version set to 2.4.0
  • Description changed from <pre> <pre> for (;;) { capture >> fram... to <pre><code class="cpp"> for (;;) { ... More

Also available in: Atom PDF