In-House Delphi Code > MJPEG Decoder


MJPEG Decoder
MJPEG movie decoder class
Archive
Download (16KB)

Provides a native Delphi implementation of an MJPEG movie decoder. MJPEG movies are commonly used by web cams and/or web cam software to display image streams.

This class uses the Indy component library to make an HTTP connection to an MJPEG movie source on the network, then displays the movie in a standard TImage component. All movie retrieval and processing tasks are performed asynchronously in a separate thread, so they should not interfere with the rest of your application, or cause your application to block.

Downloads: 5943
Added: Jun 19, 2006 12:01 PM
Last updated: Jun 19, 2006 12:01 PM
feedme@yenc32.com