sir,how can i save the human tracked video output and play later
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Walter Roberson
2016 年 10 月 31 日
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.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!