Hi everyone,
I have generated an .obj model using the Metashape Python API and now I'd like to visualize it. When I try to start Agisoft Viewer through the command line like so:
D:\Programs\Agisoft Metashape> .\viewer.exe "path_to_obj_file"
I get the error message that the file cannot be opened:
2019-06-27 14:17:18 :1: parser error : Start tag expected, '<' not found
2019-06-27 14:17:18 mtllib 3d_mesh.mtl
2019-06-27 14:17:18 ^
2019-06-27 14:17:18 Error: XML syntax error
Am I doing something wrong? Any help would be appreciated. Thanks!