vote up 0 vote down star

Hi, I am currently capturing diffrent images using java.... Now i want to show all these images in a sequence so that it should look like a video... How should i do this? I have been suugested that I need to use JMF.But i dnt have any idea about JMF....Can anybody help me?

flag

45% accept rate

3 Answers

vote up 0 vote down

There is an ability in JMF that will give you a fully optimized preview screen. Take a look at that. I can't tell you what class it is in, but I can confirm the existence of it.

link|flag
vote up 0 vote down

If you only want to show these images without actually creating the video, then just use a JLabel and a Timer and call JLabel.setIcon() (example here) with some frame rate to get animation effect.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.