ofxStereoCam180 icon indicating copy to clipboard operation
ofxStereoCam180 copied to clipboard

strange Glitch

Open ThomasLengeling opened this issue 8 years ago • 3 comments

I just tried your code on Linux machine, with two fisheye cameras, the same ones that you recommend.

But between the image stitching, there ara appearing weird glitch boxes, any idea what that could be?

screenshot from 2017-06-29 10-49-58

Thank you!

ThomasLengeling avatar Jun 29 '17 14:06 ThomasLengeling

@ThomasLengeling hmm.. never saw that, but it seems to be caused by the source images getting overlapped. I'd recommend you to try this another project I just made public... https://github.com/gerardobort/ofxCarvon it's based on the same idea, but more refined... I tried to split all the configuration functions like in a pipeline, and despite not being complete is much better than this addon (and is exposed in a better ofx addon way).

gerardobort avatar Jun 29 '17 15:06 gerardobort

I'll add proper documentation soon to that one

gerardobort avatar Jun 29 '17 15:06 gerardobort

@gerardobort it seems like it, I just tried your code on a mac and the glitch is not there.

I'll try your new addon, thank you for the help.

ThomasLengeling avatar Jun 29 '17 15:06 ThomasLengeling