MATLAB: Sir,how can i save the human tracked video output and play later

digital image processingImage Acquisition Toolboximage processingImage Processing Toolbox

i have attained the output for human detection in a video input ,now i want to save it and later play it …please help me

Best Answer

You can use imwrite() to write one frame at a time to a file, or you can use VideoWriter to write to a movie file.
Related Question