DSPRelated.com
Forums

problem with image acquisition toolbox

Started by jacy...@wp.pl May 5, 2009
Hi!

I'm trying to acquire videos using the image acquisition toolbox (v3.0, matlab r2007b) for windows XP. 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 such 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.DiskLoggingParametersPanel$DiskLoggingParametersData.(DiskLoggingParametersPanel.java:554)
at com.mathworks.toolbox.imaq.browser.acquisitionParameters.logging.DiskLoggingParametersPanel$SetFilenameAction.updateStateandPostCallback(DiskLoggingParametersPanel.java:673)
at com.mathworks.toolbox.imaq.browser.acquisitionParameters.logging.DiskLoggingParametersPanel$BrowseCameraFileAction$1.run(DiskLoggingParametersPanel.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)

Can you help me with this?

Thank you