ofxStereoCam180
ofxStereoCam180 copied to clipboard
strange Glitch
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?

Thank you!
@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).
I'll add proper documentation soon to that one
@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.