Error with a new camera

Hi,

I use ODM a long time ago and I have changed the camera. Before, I used a camera of DJI Phantom 4 and now I’m using the RX0 from Sony.
I had some problems to generate the orthomosaic.

After then running /code/build/bin/odm_extract_utm, several errors appeared in log, as below:

e[92m[DEBUG] running /code/build/bin/odm_extract_utm -imagesPath /home/networdagro/Projetos/Paraiso2Geo/images/ -imageListFile /home/networdagro/Projetos/Paraiso2Geo/img_list.txt -outputCoordFile /home/networdagro/Projetos/Paraiso2Geo/odm_georeferencing/coords.txt -logFile /home/networdagro/Projetos/Paraiso2Geo/odm_georeferencing/odm_georeferencing_utm_log.txte[0m
Error: Directory Sony1 with 24832 entries considered invalid; not read.
Error: Directory Sony1 with 24832 entries considered invalid; not read.
Error: Directory Sony1 with 24832 entries considered invalid; not read.
Error: Directory Sony1 with 24832 entries considered invalid; not read.
Error: Directory Sony1 with 24832 entries considered invalid; not read.
Error: Directory Sony1 with 24832 entries considered invalid; not read.
Error: Directory Sony1 with 24832 entries considered invalid; not read.

These errors above appeared to all photos.

In another moment, after or in makescene, I don’t know where exactly, appear these messages below with invalid camera.

Processing view view_0000.mve…
_ Skipping view_0000.mve: Invalid camera._
Processing view view_0001.mve…
_ Skipping view_0001.mve: Invalid camera._
Processing view view_0002.mve…
_ Skipping view_0002.mve: Invalid camera._
Processing view view_0003.mve…
_ Skipping view_0003.mve: Invalid camera._
Processing view view_0004.mve…
_ Skipping view_0004.mve: Invalid camera._
Processing view view_0005.mve…
_ Skipping view_0005.mve: Invalid camera._
Processing view view_0006.mve…
_ Skipping view_0006.mve: Invalid camera._
Processing view view_0007.mve…
_ Skipping view_0007.mve: Invalid camera._
Processing view view_0008.mve…
_ Skipping view_0008.mve: Invalid camera._
Processing view view_0009.mve…
_ Skipping view_0009.mve: Invalid camera._
Processing view view_0010.mve…
_ Skipping view_0010.mve: Invalid camera._
Processing view view_0011.mve…

Lastly, the execution stopped with the following error:

e[92m[DEBUG] running pdal pipeline -i /tmp/tmpg9v035.json > /dev/null 2>&1e[0m
Traceback (most recent call last):
_ File “/code/run.py”, line 47, in _
_ plasm.execute(niter=1)_
_ File “/code/scripts/odm_meshing.py”, line 108, in process_
_ method=‘poisson’ if args.fast_orthophoto else ‘gridded’)_
_ File “/code/opendm/mesh.py”, line 36, in create_25dmesh_
_ max_workers=get_max_concurrency_for_dem(available_cores, inPointCloud)_
_ File “/code/opendm/dem/commands.py”, line 34, in create_dems_
_ fouts = list(e.map(create_dem_for_radius, radius))_
_ File “/usr/local/lib/python2.7/dist-packages/loky/process_executor.py”, line 794, in chain_from_iterable_of_lists
_ for element in iterable:_
_ File "/usr/local/lib/python2.7/dist-packages/loky/base.py", line 589, in result_iterator
_ yield future.result()_
_ File "/usr/local/lib/python2.7/dist-packages/loky/base.py", line 433, in result
_ return self._get_result()
_ File “/usr/local/lib/python2.7/dist-packages/loky/_base.py”, line 381, in _get_result
_ raise self.exception
Exception: Child returned 1

This was caused directly by _
“”"
Traceback (most recent call last):
_ File “/usr/local/lib/python2.7/dist-packages/loky/process_executor.py”, line 418, in process_worker
_ r = call_item()

_ File “/usr/local/lib/python2.7/dist-packages/loky/process_executor.py”, line 272, in call_
_ return self.fn(*self.args, **self.kwargs)_
_ File “/usr/local/lib/python2.7/dist-packages/loky/process_executor.py”, line 337, in process_chunk
_ return [fn(*args) for args in chunk]_
_ File “/code/opendm/dem/commands.py”, line 83, in create_dem_
_ pdal.run_pipeline(json, verbose=verbose)_
_ File “/code/opendm/dem/pdal.py”, line 163, in run_pipeline_
_ out = system.run(’ ‘.join(cmd) + ’ > /dev/null 2>&1’)_
_ File “/code/opendm/system.py”, line 34, in run_
_ raise Exception(“Child returned {}”.format(retcode))_
Exception: Child returned 1
“”"

Could someone help me to solve this problem?

The initial error (invalid cameras) I thought @pierotofy had recently resolved, but I could be misremembering.