tund / male

MAchine LEarning (MALE)
GNU General Public License v3.0
4 stars 1 forks source link

Add VideoCapture callback #42

Open tund opened 7 years ago

tund commented 7 years ago

This callback helps to capture displayed images (frames) into a video, and save to a file. (*.mp4 extension).

tund commented 7 years ago

Several approaches:

  1. opencv with VideoWriter

(to be continued...)