
Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> On Wed, 02 Nov 2005 14:34:32 +0200, Aki Laukkanen
> <aki.laukkanen@helsinki.fi> wrote, quoted or indirectly quoted someone
[quoted text clipped - 8 lines]
> bits on the screen quickly and the Robot class can't see that low into
> the bowels of the video hardware.
Augh, just what I was afraid of. :( This complicates things a lot.
> I suggest looking inside JMF for a means to capture a frame.
Well, javax.media.control.FrameGrabbingControl seems to work to this end
for *some* formats...
<rant>
The selection of *fully* working JMF formats seems to be pretty narrow,
though.
setRate, FramePositioningControl and FrameGrabbingControl, for example,
only work on a scant few.
Hope they'll do something about that in the near future...
</rant>

Signature
-Aki "Sus" Laukkanen
Knute Johnson - 02 Nov 2005 21:24 GMT
>> On Wed, 02 Nov 2005 14:34:32 +0200, Aki Laukkanen
>> <aki.laukkanen@helsinki.fi> wrote, quoted or indirectly quoted someone
[quoted text clipped - 22 lines]
> Hope they'll do something about that in the near future...
> </rant>
FrameGrabbingControl appears to work well with Video for Windows and not
much else. Somebody on another list the other day mentioned a problem
with MPEG video and FGC.
I doubt very much that you will see any further work done on JMF. There
haven't been any updates in a couple of years. I think it is dead.

Signature
Knute Johnson
email s/nospam/knute/
Roedy Green - 03 Nov 2005 05:37 GMT
On Wed, 02 Nov 2005 12:24:05 -0800, Knute Johnson
<nospam@ljr-2.frazmtn.com> wrote, quoted or indirectly quoted someone
who said :
>I doubt very much that you will see any further work done on JMF. There
>haven't been any updates in a couple of years. I think it is dead.
There was an update for JMF MP3 about a year ago.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Roedy Green - 03 Nov 2005 05:26 GMT
On Wed, 02 Nov 2005 17:38:57 +0200, Aki Laukkanen
<aki.laukkanen@helsinki.fi> wrote, quoted or indirectly quoted someone
who said :
>> the problem could be JMF is using some very low level technique to get
>> bits on the screen quickly and the Robot class can't see that low into
>> the bowels of the video hardware.
>
>Augh, just what I was afraid of. :( This complicates things a lot.
the other thing to try is a full screen Robot grab. It might be
implemented a different way that will get you the raw bits.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.