shotdetect icon indicating copy to clipboard operation
shotdetect copied to clipboard

Successful build of binary for taking a interval value.

Open ghost opened this issue 10 years ago • 3 comments

Still needs testing on running and memory leaks.

ghost avatar Apr 09 '15 18:04 ghost

What is the loop with the alloc_frame supposed to do? I think this is wrong, it just allocates a data structure, it does not decode (and therefore skip) frames from the source.

a-tze avatar Sep 30 '15 16:09 a-tze

@a-tze : Thanks.. you're right it is some obsolete code. Will delete and update. Even without that I'm not sure dividing the frame into 9 sections is better. Test cases(custom put together videos) will be hard to construct.

ghost avatar Oct 01 '15 06:10 ghost

I reviewed this PR. I don't think this is complete.

  • Where is the default value of 1 set?
  • Add the option to commandline.cc as well in addition to main.cc

prabhu avatar Aug 05 '16 19:08 prabhu