Posted By:
unplug_lau
Posted On:
Monday, April 9, 2001 11:13 PM
Hi all,
I want capture the individual video
frame from a video file to an image.
As I know, I need to use FrameGrabbingControl.
I have tried that control but it
always throw an NullPointerException.
FrameGrabbingControl fgc = (FrameGrabbingControl)player.getControl("ja
vax.media.control.FrameGrabbingControl");
Here, I am confused that how to use
this control to perform my objective.
Or there is another method to do the same
objective.
Does anyone can help? Any full code
example?
Rgds,unplug