Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JMF - webcam issue

Reply
Thread Tools

JMF - webcam issue

 
 
chaster chaster is offline
Junior Member
Join Date: Nov 2008
Posts: 1
 
      02-07-2009
Hi everyone,

I experienced a very strange problem detecting my webcam. In JMStudio, I checked 'CaptureDevice' in order to see whether my webcam appears there. Ok, it wasn't there so I tried 'Detect Capture devices'. The system started searching, it displayed some kind of 'Please be patient...' dialog, and then suddenly quit. I tried it once again, same result...
My webcam's drivers are installed, it is plugged in, works fine with YM. I also tried detecting it dynamically, from code like this:

Code:
Vector deviceList = CaptureDeviceManager.getDeviceList(new YUVFormat());
...it returned 0 devices detected...

Please help me solve this.
Thanks in advance,
Chaster
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
API Jmf:Transcoding to different formats (Solution SUN jmf: "Transcode.java ) Misterysword@hotmail.com Java 0 08-13-2007 11:40 AM
A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? taowang.gml@gmail.com Java 1 07-19-2006 11:21 PM
JMF/Webcam on Mac OS X Mirko Hansen Java 1 01-25-2005 01:27 PM
JMF webcam support Roedy Green Java 5 04-20-2004 08:53 PM
JMF webcam problem Roedy Green Java 2 04-06-2004 10:22 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57