bw4sz / OpenCV_HummingbirdsMotion

Motion Detection using OpenCV and python
http://benweinstein.weebly.com/motionmeerkat.html
GNU General Public License v3.0
13 stars 5 forks source link

Parallelization #37

Open bw4sz opened 7 years ago

bw4sz commented 7 years ago

How many pieces can we cut the data into?

After 10 minutes, what does it matter, the background has completely updated? Start by cutting the data into pieces, run those pieces individually, reassemble them on the back end.

looks like http://www.bogotobogo.com/FFMpeg/ffmpeg_seeking_ss_option_cutting_section_video_image.php might be your friend here.