Path: news.mathworks.com!not-for-mail
From: "Mario " <nospam@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: exception in my Mac (imaqtool with BootCamp)
Date: Wed, 28 May 2008 22:28:01 +0000 (UTC)
Organization: cle
Lines: 50
Message-ID: <g1km9h$7g$1@fred.mathworks.com>
Reply-To: "Mario " <nospam@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1212013681 240 172.30.248.35 (28 May 2008 22:28:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 28 May 2008 22:28:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1244954
Xref: news.mathworks.com comp.soft-sys.matlab:471025



Hello.

I'm trying to acquire videos using an AVT Guppy F046C and the image 
acquisition toolbox (v3.0, matlab r2007b) for windows XP. The windows is 
installed in a MacBook using BootCamp.
When I acquire a video and transfer it in the matlab workspace, everything 
works! But if I try to store the video (AVI) in my disk, when I set the filename 
in the logging option (Acquisition parameters), I get the following exception

Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: 
For input string: "2,14"
	at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
	at java.lang.Double.parseDouble(Unknown Source)
	at 
com.mathworks.toolbox.imaq.browser.acquisitionParameters.logging.DiskLog
gingParametersPanel$DiskLoggingParametersData.<init>(DiskLoggingParame
tersPanel.java:554)
	at 
com.mathworks.toolbox.imaq.browser.acquisitionParameters.logging.DiskLog
gingParametersPanel$SetFilenameAction.updateStateandPostCallback(DiskLog
gingParametersPanel.java:673)
	at 
com.mathworks.toolbox.imaq.browser.acquisitionParameters.logging.DiskLog
gingParametersPanel$BrowseCameraFileAction$1.run(DiskLoggingParameters
Panel.java:603)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown 
Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown 
Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)


I tried to acquire videos with a desktop pc and it works so I guess I get that 
error because I'm using a Mac (even if I'm running windows on it).
I'd want to solve this problem in order to acquire videos using the firewire 
port of the MacBook that supply power to my camera (I tried with a laptop pc 
but the PCMCIA card does not provide power). (Using matlab for macos I can 
not control some parameters of the camera since I can not install the CMU 
driver).

Hope you can help me!

Thank you.