EkaLestari / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

trap in libxuggle-ferry-3.dll when using xuggle for live video stream from USB device #270

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using the xuggle “DisplayWebCamVideo.java” program unchanged. this streams 
a realtime video from a connected NTSC-USB device and disomays it in a java 
window.  very often I get a program exception that terminates the JVM.  Steps 
to cause the exception:

Command arguments are: vfwcap 0
The application is started with a USB video streamer (SABRENT NTSC-TO-USB 
DECODER) connected to a Sony camcorder.  If the java demo application is first 
started with the camera connected but camera powered off the program traps (see 
trap details below): 
Exception: 5 addr: 67ec822c reading loc 0x0104
Module: libxuggle-ferry-3.dll   Appl version: 6.0.130.3

If the camera is turned on, then the video stream is properly acquired and 
viewed in the java window.  The trap occurs in the java program when the 
container if opened (int retval = container.open(deviceName, 
IContainer.Type.READ, format);)

I'm using Windows/xp, with latest service pack, I have observer the same thing 
on three different windows/XP systems.
JVM: Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\rt.jar

Original issue reported on code.google.com by RickWin...@gmail.com on 22 Jun 2011 at 9:55