Greetings!
Tried processing 920 images (DJI P1 camera) but processing failed (4294967295) after 14 hours. error message is
===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 3221226505
Traceback (most recent call last):
File “F:\WebODM\resources\app\apps\ODM\stages\odm_app.py”, line 89, in execute
self.first_stage.run()
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
[Previous line repeated 4 more times]
File “F:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 321, in run
self.process(self.args, outputs)
File “F:\WebODM\resources\app\apps\ODM\stages\mvstex.py”, line 108, in process
system.run(’"{bin}" “{nvm_file}” “{model}” “{out_dir}” ’
File “F:\WebODM\resources\app\apps\ODM\opendm\system.py”, line 106, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: Child returned 3221226505
===== Done, human-readable information to follow… =====
[ERROR] The program exited with a strange error code. Please report it at https://community.opendronemap.org
100 - done.
I am using WebODM version: 1.9.3. build 30
options used are: dem-resolution;2.0, dsm:true, dtm:true, force-gps:true, ignore-gsd:true, orthophoto-resolution:2.0, pc-quality:high
In another post on this topic, Naib suggested to leave ignore-gsd. I have started process afresh this time unchecking ignore-gsd. Let’s see what the result is after 14 hours.
Any other suggestion to resolve this issue?
regards