Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
7k views

Video playback in Java ( JMF, Fobs4JMF, Xuggler, FMJ )

I need simple video playback in Java. Here are my requirements: PRODUCTION QUALITY Open and decode video files whose video and audio codecs can be chosen by me. I.E I can pick well behaving codecs. ...
2
votes
2answers
73 views

Is it possible to capture high res web cam images in java?

I am trying to take photos with my web cam, and I'm having some difficulty trying to find a solution in java. I've successfully set up FMJ and have my streaming video, but I want to take a photo, not ...
2
votes
2answers
410 views

Java FMJ is not cross platfrom ? How can it be fixed?

I was trying to use FMJ (for windows/linux/mac). Where JMF was not working for me (so decided to work with FMJ as it is cross platform). But when ever i am trying FMJ it never works, where you can see ...
2
votes
1answer
838 views

Problems creating an RTP stream with JMF

I'm at the very early stages of a project requiring the broadcasting, using RTP, of a DataStream created from a MediaLocation. I'm following some example code which currently failingin on the ...
2
votes
2answers
6k views

FMJ Webcam capture example

I've been searching for while now and I can't find a simple example of how to capture a webcam stream with FMJ. Are there any tutorials or examples available which could help me?
1
vote
1answer
68 views

FMJ not working on initial download

I've written some application code using JMF, but would like to switch to FMJ to make delivery easier. Unfortunately, on my Windows 7 laptop (where JMF works fine once installed), I downloaded ...
1
vote
1answer
568 views

How to capture audio AND video with FMJ

I can capture video and audio separately, but the createMergingDataSource method of the javax.media.Manager class in FMJ just throws an UnsupportedOperationException. Is there another way to capture ...
0
votes
0answers
27 views

FMJ-using program works under eclipse, not when exported

I have a project using FMJ and SWT. Under Eclipse it works fine - opens a window, lets you select the webcam, turns it on, and shows the preview. In order to do this, I've had to tell Eclipse to use ...
0
votes
0answers
144 views

Barcode recongnition with web camera

I would like to know how can I make cross-platform application that will work with virtually any web camera and be able to recognize barcodes. Essentially I would like to make Java application that ...
0
votes
0answers
500 views

FMJ Video Capture in Java

I'm trying to capture video from a webcam connected via usb, but for some reason FMJ can't load or find the registry file. When I try to run my program, every call to a FMJ function produces the ...
0
votes
0answers
119 views

using fmj to convert avi to mpeg

Can anybody help me in converting avi file to mpeg using fmj please help me in installation of FMl on my windows machine thanks in advance
0
votes
2answers
240 views

Java video cross platform is a nightmare, is there any freedom for this?

What actually exist to solve Java Video ? It does not work in my linux box, JMF cant detect even my webcam. ex: http://i.stack.imgur.com/Vic0o.png JMF - works in Mac, i guess no ? Cause in ...
0
votes
2answers
587 views

Capturing video & storing on hard disk in .3gp format (fmj)

I want to develop a java application to capture video from a usb web cam and store in .3gp format onto the hard disk. Please provide me working code (if any) that stores the video in .3gp ...