RichardMid
Electrical
- Mar 30, 2003
- 17
I have to implement compression on a video stream taken by a webcam on a digital signal processor(motorolla or TI). It only runs at 1 frame every 5 seconds, meaning real time compression is not necessary. I want to know which algorithm will be best to use? I have thought of taking each frame seperately, and using JPEG algorithm on each. Are there any other better algorithms, that are not too difficult to implement?