fabio-jreis / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Error in DC1394FrameGrabber #352

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Exception in thread "main" com.googlecode.javacv.FrameGrabber$Exception: poll() 
Error: Timeout occured. (Has start() been called?)
    at com.googlecode.javacv.DC1394FrameGrabber.grab(DC1394FrameGrabber.java:426)
at demo1.Demo1.main(Demo1.java:295)

Original issue reported on code.google.com by sjkoladi...@gmail.com on 15 Aug 2013 at 3:40

Attachments:

GoogleCodeExporter commented 9 years ago
Please try to see if you can capture from your camera with the Coriander GUI.

Original comment by samuel.a...@gmail.com on 15 Aug 2013 at 3:42

GoogleCodeExporter commented 9 years ago
it works fine Conoriander GUI, now what should i do to run with 
DC1394FrameGrabber?

Original comment by sjkoladi...@gmail.com on 15 Aug 2013 at 4:19

GoogleCodeExporter commented 9 years ago
It should work... Can you try to modify DC1394FrameGrabber.java, removing calls 
to poll() maybe, and see what makes it work on your system? thanks!

Original comment by samuel.a...@gmail.com on 15 Aug 2013 at 5:20

GoogleCodeExporter commented 9 years ago
how can i remove calls to poll()  ?

Original comment by sjkoladi...@gmail.com on 15 Aug 2013 at 5:30

GoogleCodeExporter commented 9 years ago
Place the calls to poll() in comment, or delete the lines, or in any other way 
you normally do it

Original comment by samuel.a...@gmail.com on 18 Aug 2013 at 2:13

GoogleCodeExporter commented 9 years ago
In the end, have you been able to figure out why DC1394FrameGrabber does not 
work on your system?

Original comment by samuel.a...@gmail.com on 8 Jan 2014 at 2:06