OrthoExample HRESULT Code

Please help me.

I input drone photographed images to OrthoExample which is a sample project of SDK, but an error occurs with the following method and processing does not proceed.

CapturingReality :: ModelTools :: CreateMvsModelMultiPart

The value of HRESULT is 0x85000005, but I am in trouble because I can not find the information indicating the meaning or cause of this error.
I searched for a community, but there was no search result with the keyword “HRESULT”.
It will be helpful if you can tell me where to look.

Best regarts.

Getting the same error as well on CreateMvsModelMultiPart. What is the meaning of this error and how can it be avoided?

Thanks.

The error seems to be: CapturingReality::Mvs::E_MVS_NO_REFERENCE_CAMERAS_FOR_DEPTH

 

Hello Takumi and Luiz,

I have moved your post to a proper section of the forum dedicated to SDK topics. Also please post your future SDK related posts in this section, thank you.

The error means that RC has no cameras to process. Or all cameras are disabled for mesh computation or there is no camera in sfm component ( ISfmReconstruction ) . You should check the number of cameras in component and if you have cameras there and still getting this error then there is a problem in the CreateMvsModelMultiPart ( we would need to have a reproducible dataset then ) function otherwise you should inspect why there is no camera in the component.