edgarriba / OpenDroneMap

OpenDroneMap is a tool to postprocess small Unmanned Aerial Vehicle (sUAS), balloon, kite, and street view data to geographic data. With the current update, we are adding the ability to create orthophotos from drone, balloon, and kite imagery which has GPS ephemeris. Forked from qwesda/BundlerTools ( https://github.com/qwesda/BundlerTools )
GNU General Public License v3.0
0 stars 0 forks source link

libdc1394 error: Failed to initialize libdc1394 #3

Closed edgarriba closed 8 years ago

edgarriba commented 8 years ago

Got this error when running OpenSfM process. Any idea @paulinus? Did some research and found that it comes from OpenCV when tries to access in hardware devices.

https://enlook.wordpress.com/2015/01/29/error-ctypes-error-libdc1394-error-failed-to-initialize-libdc1394/

paulinus commented 8 years ago

I would go for the solution you mention. Otherwise, try not installing libdc1394

edgarriba commented 8 years ago

solved. What's more, I force to remove libdc1394 if it's installed

edgarriba commented 8 years ago

:+1: