The Artima Developer Community
Sponsored Link

Java Answers Forum
Can?t initialize capture device

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Muriel Bowie

Posts: 1
Nickname: samiara
Registered: Dec, 2002

Can?t initialize capture device Posted: Dec 8, 2002 12:02 PM
Reply to this message Reply
Advertisement
hy,
I am not able to capture any video from my webcam (Logitech USB Camera). I am working with linux red hat 8, so maybe it's a Linux issue (I got the Liux-version jmf-2.1.1). Anyway, when I try to create a player or processor I get a NoPlayerException, but my webcam is found when i call Vector devices = CaptureDeviceManager.getDeviceList(new RGBFormat()) and I am able to locate the camera with MediaLocator loc = device.getLocator()(Media Location is v4l://0 in case it matters). But when I try to create a player I first get an IOException: Couldn't initialize capture device and a NoPlayerException.
JMStudio is able to initialize the capture device but I just get a black screen. But I can take snapshot images without a problem.
thanks, muriel

Topic: How to fill a JPanel with points Previous Topic   Next Topic Topic: Byte Code Reader!!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use