Viz3d setCamera() only works the first time!!!! [closed]

asked 2018-05-28 11:22:49 -0600

fab_cut gravatar image

"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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-20 07:49:41.129421

Comments

Which issue ? Without any code it is difficult to reproduce problem

LBerger gravatar imageLBerger ( 2018-05-28 12:18:20 -0600 )edit
1
fab_cut gravatar imagefab_cut ( 2018-05-28 13:17:42 -0600 )edit

Can you run this code ? I must add :

Ptr<viz::Viz3d> myWindow = makePtr<viz::Viz3d>("setCamera() TEST");
myWindow->spinOnce(1);

to run it

Now I don't understand line 467 :

transform->SetMatrix(vtkmatrix(proj_mat * old_proj_mat.inv()));

Shouldn't it be only :

transform->SetMatrix(vtkmatrix(proj_mat));
LBerger gravatar imageLBerger ( 2018-05-28 13:59:41 -0600 )edit

It is like setCamera is not having any effect...

fab_cut gravatar imagefab_cut ( 2018-05-28 14:45:20 -0600 )edit