Archived from groups: microsoft.public.pocketpc.multimedia (More info?)
"Neil Smith [MVP Digital Media]" wrote:
> I can tell you (* you won't like it) that no, its not possible to
> screen-grab from the WMV on the device.
>
> If you have access to a PC at the time, you can use GAPI tools like
> newmad's PDA screen capture utility to grab it that way I guess.
>
> You'll not have much control over the timing though, so you'll
> probably get a different frame than you desired unless you pause the
> video first.
Thanks Neil. So there is no way to grab the screen extrenally unless you're
linked to a PC. What about using the Windows Media SDK, is there a way to do
it via that? Or is there a compact version of directx?
regards
Steve
>
> Cheers - Neil
>
> On Sun, 12 Dec 2004 19:37:01 -0800, cheesetarmac
> <goodman@nospam.nospam> wrote:
>
> >Hi
> >
> >Can anyone tell me if it is possible to grab a frame from a WMV file on the
> >PocketPC?
>
>
Archived from groups: microsoft.public.pocketpc.multimedia (More info?)
On Mon, 13 Dec 2004 13:19:03 -0800, cheesetarmac
<goodman@nospam.nospam> wrote:
>
>
>"Neil Smith [MVP Digital Media]" wrote:
>
>> I can tell you (* you won't like it) that no, its not possible to
>> screen-grab from the WMV on the device.
>>
>> If you have access to a PC at the time, you can use GAPI tools like
>> newmad's PDA screen capture utility to grab it that way I guess.
>>
>> You'll not have much control over the timing though, so you'll
>> probably get a different frame than you desired unless you pause the
>> video first.
>
>Thanks Neil. So there is no way to grab the screen extrenally unless you're
>linked to a PC.
Not that I'm aware of (and I've looked).
> What about using the Windows Media SDK, is there a way to do
>it via that? Or is there a compact version of directx?
There's no PPC directX or SDK components you could use. What the PPC
uses for screen redraws is a system called "GAPI" so you might want to
look up that.
I know it's been fairly well documented and people have SDKs and some
demo apps running off it. It's mostly used for games for higher speed
screen access, so you could start looking for game programming demos
and work from there.