jpeg on real time video
이전 댓글 표시
hi... i want to extract frame from live came and then apply jpeg on that.. so that to compress it...i can extract frame from avi file which is store on disk....but how can i aaply jpeg on real time video coming from cam... some one help me please...
채택된 답변
추가 답변 (2개)
wajid azam
2011년 10월 3일
0 개 추천
댓글 수: 1
Walter Roberson
2011년 10월 4일
Do you mean that you want to write your own JPEG encoder? Seems a little unusual but if so, then Fine, just substitute "apply your own JPEG encoder and fwrite() the file" for the "imwrite() it in JPEG format".
Wayne King
2011년 10월 3일
0 개 추천
Do you mean mpeg video? If you have the Computer Vision Toolbox, you can use the System objects: vision.VideoFileReader and vision.VideoFileWriter to stream a video in and write to a file.
카테고리
도움말 센터 및 File Exchange에서 Video Formats and Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!