Closed GoogleCodeExporter closed 9 years ago
I'm pretty sure it worked at some point at least. Can you tell me what's the
last version that works? thanks
Original comment by samuel.a...@gmail.com
on 6 Dec 2012 at 1:38
I tried all the versions compatible with my OpenCV installation (since Fev
2011). None of it worked with two cameras. And all of them worked with two
cameras and one projector.
I will have a look in the code, I think there is a minor bug somewhere.
Original comment by poqud...@gmail.com
on 7 Dec 2012 at 1:29
And this is on what OS?
Original comment by samuel.a...@gmail.com
on 7 Dec 2012 at 1:41
Linux x86 - Debian testing.
Original comment by poqud...@gmail.com
on 7 Dec 2012 at 3:48
I think I found the problem. Here's an update that fixes this I think:
http://code.google.com/p/javacv/source/detail?r=40a5625238c2838b5db5b17704ca4441
ce963b08
Can you try to rebuild `javacv.jar` by calling, for example, `mvn package
-Djavacpp.skip=true` and let me know if all is good? thanks!
Original comment by samuel.a...@gmail.com
on 15 Dec 2012 at 4:39
I have a few observations with this new version :
1. It works when using two identical cameras. In my case two PS Eye using
OpenCV frameGrabber.
It works with two different cameras with different resolutions, both using
OpenCV frameGrabber.
2. I had many crashes with OpenKinectFramegrabber. Though, it seems to be
working now... It was freezing after one or a few poses.
Thanks for everything !
-----
It would be nice to be able to calibrate a Kinect with this (or any device with
multiple cameras). When I tried, I just had freezes and one crash.
Original comment by poqud...@gmail.com
on 15 Dec 2012 at 8:14
It should work with Kinect sure. I'm not doing anything out of the ordinary or
anything in OpenKinectFrameGrabber, so it's probably crashing somewhere in the
freenect library or driver. Can you attach the settings file you use in
ProCamCalib and the crash log? thanks!
Original comment by samuel.a...@gmail.com
on 16 Dec 2012 at 4:07
I guess it doesn't make sense to try to synchronize cameras that use different
drivers. I can't think of a case where their timestamps would be related. I
modified FrameGrabber.java again to account for that:
http://code.google.com/p/javacv/source/detail?r=87966338a936a31f8716bfa263bbd811
bb0c53fd
So it should work for your use case, let me know, thanks!
Original comment by samuel.a...@gmail.com
on 23 Dec 2012 at 3:12
I think I've pretty much covered all the issues with the latest changes. They
have been included in the new release of ProCamCalib 0.4. Let me know if you
still have issues with that! thanks again for reporting
Original comment by samuel.a...@gmail.com
on 3 Mar 2013 at 12:23
Original issue reported on code.google.com by
poqud...@gmail.com
on 5 Dec 2012 at 1:57