02-28-2006, 6:25
|
Amin

Joined on 06-27-2005
Posts 748
|
Re: LEAD Still Image Writer Single Snapshot Issue
|
 
 
|
|
|
In LEADTOOLS Multimedia 14.5, the ltmmCaptureCtrl.SaveStillBitmap
Method can save standard JPEG and LEAD’s proprietary CMP format, in
addition to the Win BMP format.
If you don't want to use it because it stops the capture process, a
'cleaner' way of getting exactly one image is to insert a LEAD Video
Callback filter, which gives direct access to all video frames passing
through it. In your callback function, you can copy the image data for
the desired frame to the LEADTOOLS imaging engine (e.g. using a LEAD
Raster COM object) and save it in any desired format.
If you still want to use the Still Image Writer, let me know and I will investigate the file name issue further.
Amin Dodin LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|