Re: Compress captured videoframe
- From: "Mike D Sutton" <EDais@xxxxxxxx>
- Date: Sun, 15 May 2005 12:48:20 +0100
> Thank You for Yor answer. I have tried to find any information about
> ICCompress, but nothing :-(
The MSDN is a good place to start:
http://msdn.microsoft.com/library/en-us/multimed/htm/_win32_iccompress.asp
> First of all could You please explain me what is hic?
A HIC is a handle to an image compressor/decompressor, you can create one using ICOpen() and when you're done with it use ICClose()
to clean it up.
> I found in the
> news group that it can be found with help of this functions
<code snipped>
> But when I try to do this my program is going down. Could You please
> help me with this trouble
Your declaration of RtlMoveMemory() is inconsistent with the method you're using it, you're passing it a pointer to both the source
and destination memory locations where as it's expecting a pointer to the destination but the value of the pointer to the source.
Either change your declare to take hpvSource as ByRef, or stick a "ByVal " before VarPtr() in the call itself.
Hope this helps,
Mike
- Microsoft Visual Basic MVP -
E-Mail: EDais@xxxxxxxx
WWW: Http://EDais.mvps.org/
.
- Follow-Ups:
- Re: Compress captured videoframe
- From: post
- Re: Compress captured videoframe
- References:
- Compress captured videoframe
- From: post
- Re: Compress captured videoframe
- From: Mike D Sutton
- Re: Compress captured videoframe
- From: post
- Compress captured videoframe
- Prev by Date: Re: Getting the first frame of the avi and wmv file
- Next by Date: Re: Getting the first frame of the avi and wmv file
- Previous by thread: Re: Compress captured videoframe
- Next by thread: Re: Compress captured videoframe
- Index(es):
Relevant Pages
|
Loading