Hi,
I have a macbook and I need to use the iSight webcam with Windows XP though VirtualBox.
I have tried the driver on this page, but still get an error in Processing when I accessing the camera:
No captue device could be found, or the VDIG is not installed correctly.
quicktime.std.StdQTException[QTJava:7.6.0g],-9405=couldntGetRequiredComponent,QT.vers:7698000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)
at quicktime.std.sg.SGChannel.allocate(SGChannel.java:63)
at quicktime.std.sg.SGChannel.<init>(SGChannel.java:56)
at quicktime.std.sg.VisualChannel.<init>(VisualChannel.java:41)
at quicktime.std.sg.SGVideoChannel.<init>(SGVideoChannel.java:47)
at processing.video.Capture.init(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at AsciiVideo.setup(AsciiVideo.java:55)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
processing.app.debug.RunnerException: RuntimeException: No capture could be found, or the VDIG is not installed correctly.
at processing.app.Sketch.placeException(Sketch.java:1543)
at processing.app.debug.Runner.findException(Runner.java:582)
at processing.app.debug.Runner.reportException(Runner.java:558)
at processing.app.debug.Runner.exception(Runner.java:498)
at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
at processing.app.debug.EventThread.run(EventThread.java:89)
Exception in thread "Animation Thread" java.lang.RuntimeException: No capture could be found, or the VDIG is not installed correctly.
at processing.core.PApplet.die(Unknown Source)
at processing.core.PApplet.die(Unknown Source)
at processing.video.Capture.init(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at AsciiVideo.setup(AsciiVideo.java:55)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
I suspect it's the driver in conjuction with QuickTime. Has anyone found a working driver for the iSight cam on Windows ? Can people using Bootcamp/XP access the iSight cam ? How ?
Thanks,
George
I have a macbook and I need to use the iSight webcam with Windows XP though VirtualBox.
I have tried the driver on this page, but still get an error in Processing when I accessing the camera:
No captue device could be found, or the VDIG is not installed correctly.
quicktime.std.StdQTException[QTJava:7.6.0g],-9405=couldntGetRequiredComponent,QT.vers:7698000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)
at quicktime.std.sg.SGChannel.allocate(SGChannel.java:63)
at quicktime.std.sg.SGChannel.<init>(SGChannel.java:56)
at quicktime.std.sg.VisualChannel.<init>(VisualChannel.java:41)
at quicktime.std.sg.SGVideoChannel.<init>(SGVideoChannel.java:47)
at processing.video.Capture.init(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at AsciiVideo.setup(AsciiVideo.java:55)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
processing.app.debug.RunnerException: RuntimeException: No capture could be found, or the VDIG is not installed correctly.
at processing.app.Sketch.placeException(Sketch.java:1543)
at processing.app.debug.Runner.findException(Runner.java:582)
at processing.app.debug.Runner.reportException(Runner.java:558)
at processing.app.debug.Runner.exception(Runner.java:498)
at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
at processing.app.debug.EventThread.run(EventThread.java:89)
Exception in thread "Animation Thread" java.lang.RuntimeException: No capture could be found, or the VDIG is not installed correctly.
at processing.core.PApplet.die(Unknown Source)
at processing.core.PApplet.die(Unknown Source)
at processing.video.Capture.init(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at processing.video.Capture.<init>(Unknown Source)
at AsciiVideo.setup(AsciiVideo.java:55)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
I suspect it's the driver in conjuction with QuickTime. Has anyone found a working driver for the iSight cam on Windows ? Can people using Bootcamp/XP access the iSight cam ? How ?
Thanks,
George
1