Viz3d setCamera() only works the first time!!!! [closed]
"The viz3d API allows us to make a cv::viz::Camera with desired intrinsic parameters, and to use the camera by calling setCamera. These values appear to only "stick" the first time setCamera() is called."
Was this issue recently solved?
Which issue ? Without any code it is difficult to reproduce problem
this one: http://answers.opencv.org/question/66...
Can you run this code ? I must add :
to run it
Now I don't understand line 467 :
Shouldn't it be only :
It is like setCamera is not having any effect...