hello,
I have a video of more than 90k frames, and I want to divire it the read into multiple four or more threads
for example a video on 20 mins, I want
the first thread read the VideoCapture from 0 to 5 min
the 2th thread read the VideoCapture from 5 to 10 min
the 3th thread read the VideoCapture from 10 to 15 min
the 4th thread read the VideoCapture from 15 to 20 min
any help would appreciated.